zephyr/subsys/bluetooth/host
Joakim Andersson b30b480c7c Bluetooth: UUID: Expose bt_uuid_to_str to application
Expose the bt_uuid_to_str function as an API to the application.
This aligns this function with the bt_addr_to_str function call. This
allows the application to use this function without having to enable
the BT_DEBUG option.

Move the in-place bt_uuid_str to internal logging, this is mainly done
due to the limitation in the log_strdup that shouldn't be exposed to the
application.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2019-12-09 17:15:05 +02:00
..
CMakeLists.txt Bluetooth: Mesh: Move under subsys/bluetooth/mesh 2019-07-10 09:41:57 +03:00
Kconfig Bluetooth: Host: Add CONFIG_BT_BONDING_REQUIRED flag 2019-12-09 17:05:32 +02:00
Kconfig.gatt kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
Kconfig.l2cap Bluetooth: host: Fix deadlocks with pending TX packet handling 2019-11-27 17:44:59 +02:00
a2dp.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
a2dp_internal.h
at.c
at.h
att.c Bluetooth: ATT: Fix ATT MTU support for larger MTUs 2019-12-04 19:08:10 +01:00
att_internal.h Bluetooth: Dispatch internal callbacks using RX thread 2019-08-09 21:01:59 +02:00
avdtp.c Bluetooth: Host: Rename security level enum 2019-08-27 15:13:25 +02:00
avdtp_internal.h
conn.c Bluetooth: Host: Check that bluetooth device is ready 2019-12-09 16:11:19 +01:00
conn_internal.h Bluetooth: host: Fix ordering of TX sent callbacks 2019-11-28 19:55:59 +02:00
crypto.c Bluetooth: Host: Fix usage of re-using Bluetooth log buffers 2019-09-30 17:47:43 +02:00
crypto.h
ecc.h
gatt.c Bluetooth: Host: Check that bluetooth device is ready 2019-12-09 16:11:19 +01:00
gatt_internal.h Bluetooth: GATT: Use check_perm to check CCC permission 2019-09-19 21:12:39 +03:00
hci_core.c Bluetooth: Host: Check that bluetooth device is ready 2019-12-09 16:11:19 +01:00
hci_core.h Bluetooth: host: Fix deadlocks with pending TX packet handling 2019-11-27 17:44:59 +02:00
hci_ecc.c bluetooth: host: Configurable HCI stack sizes 2019-09-07 15:50:43 +03:00
hci_ecc.h
hci_raw.c Bluetooth: Remove usage of BT_BUF_USER_DATA_MIN 2019-11-28 13:35:11 +02:00
hci_raw_internal.h
hfp_hf.c Bluetooth: Remove usage of BT_BUF_USER_DATA_MIN 2019-11-28 13:35:11 +02:00
hfp_internal.h
keys.c Bluetooth: Keys: add key overwrite feature for key storage. 2019-10-17 22:20:55 +03:00
keys.h Bluetooth: Keys: add key overwrite feature for key storage. 2019-10-17 22:20:55 +03:00
keys_br.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
l2cap.c Bluetooth: ATT: Fix not handling errors properly 2019-12-03 19:44:51 +01:00
l2cap_br.c Bluetooth: Remove usage of BT_BUF_USER_DATA_MIN 2019-11-28 13:35:11 +02:00
l2cap_internal.h Bluetooth: ATT: Fix not handling errors properly 2019-12-03 19:44:51 +01:00
monitor.c bluetooth: monitor: don't build backend if minimal 2019-10-01 09:24:02 -04:00
monitor.h
rfcomm.c Bluetooth: Host: Rename API function to initiate bluetooth security. 2019-08-27 15:13:25 +02:00
rfcomm_internal.h Bluetooth: hci_raw: Add support for specifying buffer headroom 2019-11-20 19:29:06 +01:00
sdp.c Bluetooth: Remove usage of BT_BUF_USER_DATA_MIN 2019-11-28 13:35:11 +02:00
sdp_internal.h
settings.c bluetooth: host: fix missing log_strdup 2019-11-07 12:49:34 +02:00
settings.h
smp.c Bluetooth: Host: Add CONFIG_BT_BONDING_REQUIRED flag 2019-12-09 17:05:32 +02:00
smp.h Bluetooth: Host: Fix deadlock calling API functions from SMP callbacks 2019-11-21 14:51:50 +02:00
smp_null.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
testing.c
testing.h
uuid.c Bluetooth: UUID: Expose bt_uuid_to_str to application 2019-12-09 17:15:05 +02:00