Bläddra i källkod

Merge branch 'bugfix/fix_ble_remove_bond_status' into 'master'

Bugfix/fix ble remove bond status

Closes BLERP-202, BLERP-205, and BLERP-207

See merge request espressif/esp-idf!26750
Island 2 år sedan
förälder
incheckning
f1e8cfb546
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      components/bt/host/bluedroid/btc/core/btc_ble_storage.c

+ 1 - 1
components/bt/host/bluedroid/btc/core/btc_ble_storage.c

@@ -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();