frameworks_bluetooth/framework/include
Zihao Gao ea27e37547 bt_uuid: define BT_UUID_STR_LENGTH macro and update usages
Bug: v/87379

Define BT_UUID_STR_LENGTH macro (40) in bt_uuid.h to replace hardcoded
magic numbers for UUID string buffer size. Use LENGTH suffix to avoid
conflict with Zephyr's BT_UUID_STR_LEN definition.

Update all usages across the codebase to use the new macro.

Signed-off-by: Zihao Gao <gaozihao@xiaomi.com>
2026-04-27 23:14:55 +08:00
..
advertiser_data.h Merge commit 2026-04-27 23:14:50 +08:00
bluetooth.h CS: add cs socket server and client. 2026-04-27 23:14:55 +08:00
bt_a2dp.h Merge commit 2026-04-27 23:14:50 +08:00
bt_a2dp_sink.h Merge commit 2026-04-27 23:14:50 +08:00
bt_a2dp_source.h Merge commit 2026-04-27 23:14:50 +08:00
bt_adapter.h PTS: add pts property for dynamic control disconnect or not when pair failed. 2026-04-27 23:14:52 +08:00
bt_addr.h addr: fix bt_addr_str multiple define 2026-04-27 23:14:50 +08:00
bt_async.h bluetooth: Using macros to reduce boilerplate code in asynchronous callbacks. 2026-04-20 14:52:34 +08:00
bt_avrcp.h Bluetooth: Introducing the AVRCP function. 2026-04-27 23:14:51 +08:00
bt_avrcp_control.h zephyr-pts: add send passthrough cmd for avrcp ct 2026-04-27 23:14:51 +08:00
bt_avrcp_target.h Bluetooth: Introducing the AVRCP function. 2026-04-27 23:14:51 +08:00
bt_config.h bluetooth: add gatt client and server config 2026-04-27 23:14:52 +08:00
bt_cs.h cs : Add cs_set_config command to set RAS supported configuration and fix compilation warnings. 2026-04-27 23:14:55 +08:00
bt_debug.h Rename helper func get_os_timestamp_xx to bt_get_os_timestamp_xx avoid 2026-04-27 23:14:51 +08:00
bt_device.h bluetooth: implement bt_device_set_bondable_le API to change bond mode. 2026-04-27 23:14:52 +08:00
bt_gatt_defs.h add ATTR_AUTO_RSP_CCC_READ to keep legacy GATT_H_CCCD behavior 2026-04-27 23:14:54 +08:00
bt_gatt_feature.h gattc/feature: add high-level GATT client, local DB, and async ops 2026-04-27 23:14:52 +08:00
bt_gattc.h ipc: gattc async api 2026-04-27 23:14:52 +08:00
bt_gatts.h bluetooth: add gatts_connect_bear api [1/2] 2026-04-27 23:14:53 +08:00
bt_hfp.h API Comments: Add comments to the API related to HFP. 2026-04-27 23:14:51 +08:00
bt_hfp_ag.h Android-Vela:add cind interface for android 2026-04-27 23:14:53 +08:00
bt_hfp_hf.h API Comments: Add comments to the API related to HFP. 2026-04-27 23:14:51 +08:00
bt_hid_device.h Bluetooth: framework/include/bt_hid_device.h, comments. 2026-04-27 23:14:50 +08:00
bt_l2cap.h Merge commit 2026-04-27 23:14:50 +08:00
bt_le_advertiser.h Merge commit 2026-04-27 23:14:50 +08:00
bt_le_scan.h bluetooth:Support scan filter policy feature in bluetooth framework/service. 2026-04-27 23:14:55 +08:00
bt_lea.h bluetooth/lea: add group's devices connection features 2026-04-20 14:49:57 +08:00
bt_lea_ccp.h Merge commit 2026-04-27 23:14:50 +08:00
bt_lea_client.h Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_common.h LEA: expose lea_audio_common.h as bt_lea_common.h 2026-04-20 14:51:29 +08:00
bt_lea_mcp.h Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_mcs.h Merge commit 2026-04-27 23:14:50 +08:00
bt_lea_server.h Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_tbs.h Merge commit 2026-04-27 23:14:50 +08:00
bt_lea_vmicp.h Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_lea_vmics.h Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
bt_list.h Merge commit 2026-04-27 23:14:50 +08:00
bt_list_internal.h Bluetooth: defer LE scan results if IPC blocked. 2026-04-27 23:14:51 +08:00
bt_memory.h bluetooth: add bt memory debug tool. 2026-04-20 14:51:51 +08:00
bt_pan.h Merge commit 2026-04-27 23:14:50 +08:00
bt_profile.h CS: add cs socket server and client. 2026-04-27 23:14:55 +08:00
bt_sched_trace.h bluetooth: add bt trace tool 2026-04-20 14:51:53 +08:00
bt_spp.h bluetooth: add spp insecure feature 2026-04-27 23:14:54 +08:00
bt_status.h Android-Vela: Rename BTIF_WITH_VELA as ANDROID_LIBBLUETOOTH (2/2) 2026-04-20 14:51:08 +08:00
bt_time.h Rename helper func get_os_timestamp_xx to bt_get_os_timestamp_xx avoid 2026-04-20 14:51:29 +08:00
bt_utils.h zephyr: fix compiling issues. 2026-04-27 23:14:50 +08:00
bt_uuid.h bt_uuid: define BT_UUID_STR_LENGTH macro and update usages 2026-04-27 23:14:55 +08:00
callbacks_list.h Handles cllbacks free work in the client thread. 2026-04-20 14:51:14 +08:00
euv_pipe.h Bluetooth: Add close callback support to `euv_pipe` structure and close functions 2026-04-27 23:14:53 +08:00
euv_pty.h Clang-format: Update format of all files based on new .clang-format 2026-04-20 14:50:50 +08:00
list.h Merge commit 2026-04-27 23:14:50 +08:00
state_machine.h fix: prevent crash by ensuring non-null string for sched_note_printf 2026-04-27 23:14:54 +08:00
uv_thread_loop.h Merge commit 2026-04-27 23:14:50 +08:00