esp-idf/components/bt/host/bluedroid/btc/core
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
..
btc_ble_storage.c fix(ble/bluedroid): Fix dangling pointer issue in deletion of bonded devices 2024-01-20 16:35:38 +08:00
btc_config.c fix(bt/bluedroid): update the newest active device in bluetooth 2023-10-12 07:46:34 +00:00
btc_dev.c fix(ble/bluedroid): Remove BLE functions discard declaration 2024-04-18 15:53:54 +08:00
btc_dm.c fix(ble/bluedroid): Remove BLE functions discard declaration 2024-04-18 15:53:54 +08:00
btc_main.c feat(bt/bluedroid): Add ext adv and privacy status check 2024-03-01 11:07:37 +08:00
btc_profile_queue.c bt: Fixed memory leak due to not freeing memory if posting a message to a thread fails 2022-11-30 10:41:52 +08:00
btc_sec.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
btc_sm.c components/bt: Update licenses 2021-12-08 10:59:06 +08:00
btc_storage.c fix(bt/bluedroid): fix dangling pointer issue when logging remove section 2024-02-05 10:01:44 +08:00
btc_util.c change(bt/bluedroid): Use BTC util to convert HCI status to ESP status 2024-03-20 10:38:44 +08:00