esp-idf/components/bt
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
..
common fix(bt/bluedroid): update the newest active device in bluetooth 2023-10-12 07:46:34 +00:00
controller ble: update controller log module for ESP32-C6, ESP32-H2 and ESP32-C2 2023-10-18 18:10:25 +08:00
esp_ble_mesh feat(ble_mesh): Use a separate file for heartbeat handling 2023-10-11 06:59:49 +00:00
host feat(bt/bluedroid): Add new APIs for 32 and 128-bit UUIDs 2023-11-02 17:43:55 +01:00
include ble: update controller log module for ESP32-C2 2023-10-18 17:08:51 +08:00
porting change: changed ble msys init for controller 2023-09-05 20:40:04 +08:00
test_apps feat(bt): migrate the tests from unit-test-app 2023-09-25 15:01:29 +02:00
CMakeLists.txt refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
Kconfig feat(bt): Frees BLE memory when no longer in use 2023-10-08 16:08:47 +08:00
linker.lf fix(ldgen): check target conflict for entries with section alias 2023-09-11 21:24:05 +08:00
linker.lf.esp32c2 feat(bt): Frees BLE memory when no longer in use 2023-10-08 16:08:47 +08:00
sdkconfig.rename NimBLE : Update macro name changes in nimble-1.5 2023-05-10 16:02:07 +05:30
sdkconfig.rename.esp32c2 Add esp32c2 controller support. 2022-06-04 00:59:21 +08:00