esp-idf/components/bt/host/bluedroid/stack
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 bt:Fixed the use of invalid configuration when the peer device configures the stream, and returned an incorrect error code 2022-11-23 20:17:22 +08:00
avct Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
avdt bt:Fixed the use of invalid configuration when the peer device configures the stream, and returned an incorrect error code 2022-11-23 20:17:22 +08:00
avrc change(bt/Bluedroid): Update AVRCP version to 1.5 2023-07-04 15:52:29 +08:00
btm feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-17 15:57:28 +08:00
btu bluedroid: add periodic adv sync transfer API and EVT 2023-08-30 14:50:21 +08:00
gap bluedroid: add config for GAP service and periodic adv sync transfer 2022-12-09 13:28:31 +08:00
gatt feat(bt/bluedroid): Display BLE permission check handle in error trace 2023-10-31 14:38:42 +08:00
hcic bluedroid: add periodic adv sync transfer API and EVT 2023-08-30 14:50:21 +08:00
hid fix(bt/bluedroid): Fix the issue for HID congestion checking 2023-09-26 14:13:36 +08:00
include/stack feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-17 15:57:28 +08:00
l2cap Fixed bluedroid host build warning when log is disabled 2023-10-20 16:18:00 +08:00
rfcomm fix(bt/bqb): Modify BQB related configurations 2023-07-31 15:28:33 +08:00
sdp feat(bt/bluedroid): Add flags for BQB auto test of L2CAP 2023-09-26 14:06:14 +08:00
smp fix(bt): Fix bug while calculating block cipher using aes-128 2023-09-07 11:05:10 +08:00