zephyr/subsys/bluetooth/controller
Carles Cufi 94bab6ca8c Bluetooth: controller: Fix Read Peer RPA Command
There are 2 possible interpretations regarding the address to return in
response to the Read Peer RPA HCI Command:

1) The RPA that the local controller generates to be used in certain
packets it sends
2) The RPA generated and used by the peer device in its packets

We used to return 1) but our interpretation turned out to be incorrect
when reading the HCI test specification, so this commit switches to
returning 2).

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2017-08-22 15:22:25 +02:00
..
hal Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00
hci Bluetooth: controller: Fix Read Peer RPA Command 2017-08-22 15:22:25 +02:00
include Bluetooth: controller: Fix Read Peer RPA Command 2017-08-22 15:22:25 +02:00
ll_sw Bluetooth: controller: Fix Read Peer RPA Command 2017-08-22 15:22:25 +02:00
ticker Bluetooth: controller: Fix controller assert at clock rollover 2017-08-18 15:34:19 +02:00
util Bluetooth: controller: Rename mem function that checks all-zero mem 2017-06-20 15:20:09 +03:00
Kconfig Bluetooth: controller: Add Minimum Number of Used Channels Proc 2017-08-21 08:41:56 -04:00
Makefile Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00