esp-idf/components/bt/host/bluedroid/btc/profile/std
Ilia Lutchenko 0a23da71ac 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-02 17:43:55 +01:00
..
a2dp change(bluedroid): Set AV is ready when suspended by remote 2023-09-11 08:25:00 +00: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-04-23 11:15:57 +08:00
dis Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
gap feat(ble/bluedroid): Add APIs for BLE direct test mode on bluedroid host 2023-09-25 12:50:16 +00:00
gatt fix(bt/bluedroid): update the newest active device in bluetooth 2023-10-12 07:46:34 +00: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-25 11:59:57 +08:00
hf_client feat(bt/bluedroid): Add flag to change HFP client features for BQB test 2023-09-25 11:59:57 +08:00
hid change(bt/bluedroid): Optimize HIDD sending interrupt report behavior 2023-09-08 03:35:05 +00:00
include Merge branch 'feature/Add_apis_for_dtm_test' into 'master' 2023-09-27 19:00:20 +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-02 17:43:55 +01: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