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
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
shell Bluetooth: shell: fix compilation 2020-11-19 13:28:06 +02:00
CMakeLists.txt
Kconfig