zephyr/subsys/bluetooth/host
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
..
audio Bluetooth: L2CAP: Enable L2CAP dynamic channels without Enhanced CBFC 2020-11-09 11:25:10 +01:00
a2dp_internal.h
a2dp.c
aes_ccm.c
at.c
at.h
att_internal.h
att.c Bluetooth: ATT: Handle encrypt change event unrelated to current req 2020-10-29 14:28:40 +02:00
avdtp_internal.h
avdtp.c
CMakeLists.txt
conn_internal.h Bluetooth: host: Rename update_work to deferred_work 2020-10-26 16:16:35 +02:00
conn.c Bluetooth: host: Fix application conn param update not started 2020-10-26 16:16:35 +02:00
crypto.c
crypto.h
ecc.h
gatt_internal.h
gatt.c Bluetooth: add destroy callback to indication 2020-11-10 11:21:46 +01:00
hci_common.c
hci_core.c Bluetooth: host: Periodic advertiser list support 2020-11-16 16:35:44 +01:00
hci_core.h Bluetooth: host: PA sync receive enable/disable 2020-10-22 13:28:41 +02:00
hci_ecc.c Bluetooth: host: Fix different endian in comparison 2020-11-19 12:40:13 +01:00
hci_ecc.h
hci_raw_internal.h
hci_raw.c
hfp_hf.c
hfp_internal.h
Kconfig Bluetooth: host: Allow conn param update delay of 0 milliseconds 2020-10-26 16:16:35 +02:00
Kconfig.gatt Bluetooth: L2CAP: Enable L2CAP dynamic channels without Enhanced CBFC 2020-11-09 11:25:10 +01:00
Kconfig.l2cap Bluetooth: L2CAP: Enable L2CAP dynamic channels without Enhanced CBFC 2020-11-09 11:25:10 +01:00
keys_br.c
keys.c
keys.h
l2cap_br.c
l2cap_internal.h
l2cap.c Bluetooth: L2CAP: Enable L2CAP dynamic channels without Enhanced CBFC 2020-11-09 11:25:10 +01:00
monitor.c
monitor.h
rfcomm_internal.h
rfcomm.c
sdp_internal.h
sdp.c
settings.c
settings.h
smp_null.c
smp.c
smp.h
ssp.c
ssp.h
testing.c
testing.h
uuid.c