Skip to content

Commit

Permalink
Merge branch 'backport/fix_ble_remove_bond_list_v5.2' into 'release/v…
Browse files Browse the repository at this point in the history
…5.2'

fix(bt/bluedroid): Fix BLE remove bond list status(backport v5.2)

See merge request espressif/esp-idf!26978
  • Loading branch information
Isl2017 committed Nov 8, 2023
2 parents 02cacc6 + 28a8e77 commit 1ae8347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/host/bluedroid/btc/core/btc_ble_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1ae8347

Please sign in to comment.