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.
This commit is contained in:
baohongde
2018-06-22 11:54:40 +08:00
parent 9a55b42f08
commit 29b7d4e916
7 changed files with 37 additions and 51 deletions
@@ -391,6 +391,7 @@ typedef struct {
typedef struct {
BT_HDR hdr;
BD_ADDR bd_addr;
UINT8 transport;
} tBTA_DM_API_REMOVE_DEVICE;
/* data type for BTA_DM_API_EXECUTE_CBACK_EVT */