commit | 34e66db776bc4e19aefa9c51ad7657427d54f779 | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joakim.andersson@nordicsemi.no> | Mon Nov 16 12:46:59 2020 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 19 12:40:13 2020 +0100 |
tree | 722ca68bcd1356732e4b476d52e6658e645aeae4 | |
parent | 73d416a572b68e6c5fa80cd65667683ef86f53ec [diff] |
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>