zephyr/subsys/bluetooth
Kim Sekkelund 0450263393 Bluetooth: Host: Remove printk dependency from settings
Some modules use snprintk to format the settings keys. Unfortunately
snprintk is tied with printk which is very large for some embedded
systems.
To be able to have settings enabled without also enabling printk
support, change creation of settings key strings to use bin2hex, strlen
and strcpy instead.
A utility function to make decimal presentation of a byte value is
added as u8_to_dec in lib/os/dec.c
Add new Kconfig setting BT_SETTINGS_USE_PRINTK

Signed-off-by: Kim Sekkelund <ksek@oticon.com>
2019-09-25 17:36:39 +02:00
..
common
controller Bluetooth: controller: Fix legacy for TICKER_COMPATABILITY_MODE 2019-09-25 11:53:38 +02:00
host Bluetooth: Host: Remove printk dependency from settings 2019-09-25 17:36:39 +02:00
mesh Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
services Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
shell Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
CMakeLists.txt
Kconfig