mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'backport/fix_ble_remove_bond_list_v5.2' into 'release/v5.2'
fix(bt/bluedroid): Fix BLE remove bond list status(backport v5.2) See merge request espressif/esp-idf!26978
This commit is contained in:
commit
1ae8347bf4
@ -380,7 +380,7 @@ static bt_status_t _btc_storage_remove_ble_bonding_keys(bt_bdaddr_t *remote_bd_a
|
||||
|
||||
BTIF_TRACE_DEBUG(" %s in bd addr:%s",__FUNCTION__, bdstr);
|
||||
|
||||
_btc_storage_remove_all_ble_keys(bdstr);
|
||||
ret = _btc_storage_remove_all_ble_keys(bdstr);
|
||||
|
||||
//here don't remove section, because config_save will check it
|
||||
_btc_storage_save();
|
||||
|
Loading…
x
Reference in New Issue
Block a user