zephyr/subsys/bluetooth
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
..
common Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00
controller Bluetooth: controller: Fix Read Peer RPA Command 2017-08-22 15:22:25 +02:00
host Bluetooth: Kconfig: fix default value and range for BT_RX_STACK_SIZE 2017-08-17 21:11:50 +03:00
shell Bluetooth: shell: gatt_read: Reset offset to 0 2017-08-15 21:16:40 +03:00
Kconfig samples: Bluetooth: add HCI SPI raw handler sample 2017-08-15 22:58:02 +03:00
Makefile Bluetooth: controller: Rename Kconfig prefix 2017-08-14 15:44:56 +03:00