esp-idf/components/bt/host/bluedroid/stack/btm
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
..
include feat(bt/api): Add new apis for hfp to get the numbers of packet status received and sent 2023-09-04 20:29:03 +08:00
btm_acl.c fix(bt/bluedroid): Triggering disconnect event of GAP correctly 2023-09-22 12:14:49 +08:00
btm_ble_5_gap.c fix(bt): fix gcc 13.1.0 warnings 2023-10-09 12:13:02 +04:00
btm_ble_addr.c bluedroid: support ble privacy by controller 2023-01-10 18:50:11 +08:00
btm_ble_adv_filter.c Fix some typo in idf 2019-12-12 15:55:42 +08:00
btm_ble_batchscan.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
btm_ble_bgconn.c bluedroid: report status after clearing the BLE white list 2023-04-10 12:12:32 +08:00
btm_ble_cont_energy.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
btm_ble_gap.c Merge branch 'docs/update_ble_comment' into 'master' 2023-09-01 16:08:49 +08:00
btm_ble_multi_adv.c fix vendor hci memory leak 2021-01-15 18:03:15 +08:00
btm_ble_privacy.c fix(bt/bluedroid): Fix remove resolving list error for esp32 2023-10-13 10:54:25 +08:00
btm_ble.c bluedroid: support ble privacy by controller 2023-01-10 18:50:11 +08:00
btm_dev.c fix(ble/bluedroid): fixed BLE bond error after reboot 2023-10-18 14:40:16 +08:00
btm_devctl.c feat(bt/Bluedroid): Implemented esp_coex_status_set/clear using vendor HCI 2023-09-13 10:55:04 +08:00
btm_inq.c feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-02 17:43:55 +01:00
btm_main.c add BLE connection establishment retry 2021-04-20 02:41:14 +00:00
btm_pm.c change(bt/bluedroid): Limit sniff request when pending mode change event 2023-09-08 12:00:21 +08:00
btm_sco.c Merge branch 'test/bqb_test_bt_classic_hfp' into 'master' 2023-09-26 15:00:11 +08:00
btm_sec.c remove(bt/bluedroid): Remove unused macro BT_SSP_INCLUDED and global 2023-08-31 12:28:38 +00:00