esp-idf/components/bt/host/bluedroid
Ilia Lutchenko fffc6f9328 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-22 03:10:00 +00:00
..
api Merge branch 'backport/fix_ble_scan_rsp_v5.0' into 'release/v5.0' 2023-11-21 12:15:09 +08:00
bta feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-22 03:10:00 +00:00
btc feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-22 03:10:00 +00:00
common/include/common feat(bt/bluedroid): Support to build HID Host and HID Device in single binary 2023-11-01 19:34:15 +08:00
device bluedroid: add periodic adv sync transfer API and EVT 2023-08-30 15:17:47 +08:00
external/sbc bluedroid: mark dequant_long_* as extern variables 2022-01-27 11:00:09 +07:00
hci Fixed bluedroid host build warning when log is disabled 2023-10-20 17:15:45 +08:00
main 1. transparent HID device 2021-09-07 16:59:30 +08:00
stack feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-22 03:10:00 +00:00
Kconfig.in feat(bt/bluedroid): Support to build HID Host and HID Device in single binary 2023-11-01 19:34:15 +08:00