zephyr/subsys/bluetooth
Joakim Andersson 34e66db776 Bluetooth: host: Fix different endian in comparison
Fix the debug key-set comparison for debug keys comparing the
generated key in big-endian format against the debug private
key in little-endian format.

Fix this by converting the private key to big-endian format for
convenience.

Use the _be suffix for all variables to make the mixing of the
endian formats easier to read.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-11-19 12:40:13 +01:00
..
common bluetooth: Allow immediate logging with software-based LL 2020-09-04 18:48:32 +02:00
controller Bluetooth: controller: Removes guards ull_adv_sync_* 2020-11-19 12:36:23 +01:00
host Bluetooth: host: Fix different endian in comparison 2020-11-19 12:40:13 +01:00
mesh Bluetooth: Mesh: Fixes pb-adv segment recv 2020-11-19 13:28:28 +02:00
services Bluetooth: DIS: settings: select SETTINGS 2020-11-19 13:18:16 +02:00
shell Bluetooth: shell: fix compilation 2020-11-19 13:28:06 +02:00
CMakeLists.txt Bluetooth: controller: Remove legacy LL 2020-05-08 15:07:00 +02:00
Kconfig bluetooth: add dep on !SMP 2020-10-05 19:33:02 -07:00