Searched refs:btc_config_remove (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 162 ret &= btc_config_remove(bdstr, BTC_STORAGE_LINK_KEY_TYPE_STR); in btc_storage_remove_bonded_device() 165 ret &= btc_config_remove(bdstr, BTC_STORAGE_PIN_LENGTH_STR); in btc_storage_remove_bonded_device() 168 ret &= btc_config_remove(bdstr, BTC_STORAGE_LINK_KEY_STR); in btc_storage_remove_bonded_device() 171 ret &= btc_config_remove(bdstr, BTC_STORAGE_SC_SUPPORT); in btc_storage_remove_bonded_device() 386 ret &= btc_config_remove(bdstr, "HidAttrMask"); in btc_storage_remove_hid_info() 389 ret &= btc_config_remove(bdstr, "HidSubClass"); in btc_storage_remove_hid_info() 392 ret &= btc_config_remove(bdstr, "HidAppId"); in btc_storage_remove_hid_info() 395 ret &= btc_config_remove(bdstr, "HidVendorId"); in btc_storage_remove_hid_info() 398 ret &= btc_config_remove(bdstr, "HidProductId"); in btc_storage_remove_hid_info() 401 ret &= btc_config_remove(bdstr, "HidVersion"); in btc_storage_remove_hid_info() [all …]
|
D | btc_ble_storage.c | 229 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_ADDR_TYPE_STR); in _btc_storage_remove_ble_bonding_keys() 232 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_PENC_STR); in _btc_storage_remove_ble_bonding_keys() 235 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_PID_STR); in _btc_storage_remove_ble_bonding_keys() 238 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_PCSRK_STR); in _btc_storage_remove_ble_bonding_keys() 241 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_LENC_STR); in _btc_storage_remove_ble_bonding_keys() 244 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_LCSRK_STR); in _btc_storage_remove_ble_bonding_keys() 247 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_LID_STR); in _btc_storage_remove_ble_bonding_keys() 381 … ret &= btc_config_remove(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_IR_STR); in _btc_storage_remove_ble_local_keys() 384 … ret &= btc_config_remove(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_IRK_STR); in _btc_storage_remove_ble_local_keys() 387 … ret &= btc_config_remove(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_DHK_STR); in _btc_storage_remove_ble_local_keys() [all …]
|
D | btc_config.c | 293 bool btc_config_remove(const char *section, const char *key) in btc_config_remove() function
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_config.h | 37 bool btc_config_remove(const char *section, const char *key);
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow_esp32s3.map | 33203 .literal.btc_config_remove 39811 .text.btc_config_remove 39814 0x0000000040398f2c btc_config_remove 80477 btc_config_remove esp-idf/bt/libbt.a(btc_config.c.obj)
|
D | overflow_esp32c3.map | 19925 .text.btc_config_remove 19927 0x0000000040389e0e btc_config_remove 59101 btc_config_remove esp-idf/bt/libbt.a(btc_config.c.obj)
|