esp-idf/components/bt/host/bluedroid/bta/dm
Ilia Lutchenko 71d08e38db feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs
1. Added new API functions that can add 32 and 128-bit UUID to the EIR data
when these UUIDs are set in SDP.
The old functions that only work with 16-bit UUIDs have been left
unchanged to avoid having to redo code that already utilizes them.

2. Fixed bug with zero handler return in btc_sdp.c
sdp_create_record.handle in tBTA_SDP struct wasn't saved before.
Because of it Bluetooth stack always returned zero handler to
application callback.

Closes https://github.com/espressif/esp-idf/issues/11529
2023-11-17 15:57:28 +08:00
..
include feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-17 15:57:28 +08:00
bta_dm_act.c feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-17 15:57:28 +08:00
bta_dm_api.c feat(bt/bluedroid): Support periodic adv adi feature 2023-09-07 11:05:09 +08:00
bta_dm_cfg.c feat(bt/bluedroid): Add option whether to include device name in extended inquiry response 2023-08-24 19:37:35 +08:00
bta_dm_ci.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
bta_dm_co.c fix(bt/bluedroid): Fix key size check in BLE smp 2023-10-31 14:38:42 +08:00
bta_dm_main.c bluedroid: add periodic adv sync transfer API and EVT 2023-08-30 14:50:21 +08:00
bta_dm_pm.c Fixed build errors when sniff subrating is enabled. 2023-02-11 08:29:09 +00:00
bta_dm_qos.c fix(bt/bluedroid): Fix issue of QoS configuration failure when t_poll is greater than 40 2023-10-13 14:19:47 +08:00
bta_dm_sco.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00