]> granicus.if.org Git - esp-idf/commit
component/bt: Fix bug of BT and BLE remove bond device
authorbaohongde <baohongde@espressif.com>
Fri, 22 Jun 2018 03:54:40 +0000 (11:54 +0800)
committerbaohongde <baohongde@espressif.com>
Fri, 22 Jun 2018 03:54:40 +0000 (11:54 +0800)
commit29b7d4e9161f75adf20efb235df4475351435f82
tree594fc9e2f736e1ac5d55f604eced27b3d36770ea
parent9a55b42f0841b3d38a61089b1dda4bf28135decd
component/bt: Fix bug of BT and BLE remove bond device

1. esp_ble_remove_bond_device will only remove BLE bond key and disconnect BLE device.
2. esp_bt_gap_remove_bond_device  will only remove BT bond key and disconnect BT device.
components/bt/bluedroid/bta/dm/bta_dm_act.c
components/bt/bluedroid/bta/dm/bta_dm_api.c
components/bt/bluedroid/bta/dm/include/bta_dm_int.h
components/bt/bluedroid/bta/include/bta/bta_api.h
components/bt/bluedroid/btc/core/btc_dm.c
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/btc/profile/std/gap/btc_gap_bt.c