esp-idf/components/bt/host/bluedroid
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
..
api Merge branch 'bugfix/fix_dtm_test_failed_on_ble_5.0' into 'master' 2023-10-18 14:04:54 +08:00
bta feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-02 17:43:55 +01:00
btc feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-02 17:43:55 +01:00
common/include/common feat(bt/bluedroid): Add HFP config for BQB test 2023-09-25 11:41:18 +08:00
config feat(bt/bluedroid): Add new version of API for Bluedroid host stack initialization 2023-08-31 12:28:38 +00:00
device remove(bt/bluedroid): Remove unused macro BT_SSP_INCLUDED and global 2023-08-31 12:28:38 +00:00
external/sbc bluedroid: mark dequant_long_* as extern variables 2022-01-27 11:00:09 +07:00
hci ble: Fix hci issues when chain mbuf exists 2023-08-25 12:22:16 +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-02 17:43:55 +01:00
Kconfig.in feat(bt/Bluedroid): Implemented esp_coex_status_set/clear using vendor HCI 2023-09-13 10:55:04 +08:00