esp-idf/components/bt/host/bluedroid/btc/profile/std
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
..
a2dp feat(bt/bqb): Set SBC encoder as PTS required for BQB test 2023-08-31 19:11:43 +08:00
avrc bt:Added a parameter to tell the user the result of the pass through command implementation 2023-02-22 15:37:54 +08:00
battery Fixed battery profile wrong condition 2023-05-08 11:31:22 +08:00
dis Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
gap feat(bt/bluedroid): Support periodic adv adi feature 2023-09-07 11:05:09 +08:00
gatt fix(bt/bluedroid): update the newest active device in bluetooth 2023-10-20 14:44:54 +08:00
hf_ag fix(bt/bluedroid): Revise the description for index in esp_hf_ag_clcc_response and correct the error return in btc_hf_indchange_notification 2023-09-26 15:10:04 +08:00
hf_client feat(bt/bluedroid): Add flag to change HFP client features for BQB test 2023-09-26 15:10:04 +08:00
hid change(bt/bluedroid): Optimize HIDD sending interrupt report behavior 2023-09-11 20:12:35 +08:00
include feat(bt/bluedroid): Support to build HID Host and HID Device in single binary 2023-11-01 19:32:13 +08:00
l2cap bt: Fixed memory leak due to not freeing memory if posting a message to a thread fails 2022-11-30 10:41:52 +08:00
sdp feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-17 15:57:28 +08:00
smp components/bt: Update licenses 2021-12-08 10:59:06 +08:00
spp Assert when malloc user_data fail 2022-12-05 20:30:45 +08:00