zephyr/subsys/bluetooth/common
Jiahao Li 5b9d5a217c Bluetooth: Fixes length limit in bt_hex_real
Since `str` is the output buffer, `bt_hex_real` should limit its output
length according to the `str` size, not the `hex` size.

Signed-off-by: Jiahao Li <reg@ljh.me>
2019-01-13 23:19:30 +02:00
..
CMakeLists.txt Bluetooth: Convert string helpers to use log_strdup 2018-10-19 14:50:22 +02:00
dummy.c bluetooth: config: Fix bluetooth config dependencies 2018-10-05 11:15:27 -04:00
Kconfig doc: fix kconfig misspellings 2018-11-02 17:58:16 -04:00
log.c Bluetooth: Fixes length limit in bt_hex_real 2019-01-13 23:19:30 +02:00
log.h bluetooth: Simplifying log macros 2018-12-13 14:21:25 +01:00
rpa.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
rpa.h