esp-idf/components/bt
zhiweijian b9a1756202 fix(ble/bluedroid): Remove BLE functions discard declaration
fix(nt/bluedroid): Split the device name set functions

feat(bt/bluedroid): added APIs to get/set device name on BT GAP side

change(bt/common): Marked some APIs in device module as deprecated

1. esp_bt_dev_set_device_name
2. esp_bt_dev_get_device_name

change(bt/bluedroid): use BT GAP APIs to set/get device name in bluetooth classic examples

change(bt/bluedroid): use BT/BLE GAP APIs to set/get device name in coexist examples
2024-04-18 15:53:54 +08:00
..
common fix(ble/bluedroid): Remove BLE functions discard declaration 2024-04-18 15:53:54 +08:00
controller ble: fixed an occasional assertion issue in coexistence scenarios on ESP32C2 2024-04-17 14:46:02 +08:00
esp_ble_mesh fix(ble/bluedroid): Remove BLE functions discard declaration 2024-04-18 15:53:54 +08:00
host fix(ble/bluedroid): Remove BLE functions discard declaration 2024-04-18 15:53:54 +08:00
include Merge branch 'bugfix/fix_ble_scan_assert' into 'master' 2024-04-08 20:12:29 +08:00
porting feat(nimble): read multiple variable length characteristics 2024-03-07 19:46:54 +05:30
test_apps change(bt): Add a test for release bt .bss and .data memory to heap 2024-04-10 19:13:17 +08:00
CMakeLists.txt change(bt): Rename linker script file names and symbol names 2024-04-10 19:13:17 +08:00
Kconfig feat(bt/common): Add bluerooth hci layer data stream record 2024-04-10 14:17:31 +08:00
linker_common.lf change(bt): Rename linker script file names and symbol names 2024-04-10 19:13:17 +08:00
linker_esp32c2.lf change(bt): Rename linker script file names and symbol names 2024-04-10 19:13:17 +08:00
linker_esp_ble_controller.lf change(bt): Rename linker script file names and symbol names 2024-04-10 19:13:17 +08:00
linker_rw_bt_controller.lf change(bt): Rename linker script file names and symbol names 2024-04-10 19:13:17 +08:00
sdkconfig.rename fix(nimble): Migrate to nimble 1.6 2024-03-26 10:50:24 +05:30
sdkconfig.rename.esp32c2 Add esp32c2 controller support. 2022-06-04 00:59:21 +08:00
sdkconfig.rename.esp32c3 fix(esp_coex): Fix deprecated configuration options not rename to new one 2023-11-10 12:03:27 +08:00
sdkconfig.rename.esp32s3 fix(esp_coex): Fix deprecated configuration options not rename to new one 2023-11-10 12:03:27 +08:00