Home
last modified time | relevance | path

Searched refs:btc_config_remove (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c250 ret &= btc_config_remove(bdstr, BTC_STORAGE_LINK_KEY_TYPE_STR); in btc_storage_remove_bonded_device()
253 ret &= btc_config_remove(bdstr, BTC_STORAGE_PIN_LENGTH_STR); in btc_storage_remove_bonded_device()
256 ret &= btc_config_remove(bdstr, BTC_STORAGE_LINK_KEY_STR); in btc_storage_remove_bonded_device()
259 ret &= btc_config_remove(bdstr, BTC_STORAGE_SC_SUPPORT); in btc_storage_remove_bonded_device()
474 ret &= btc_config_remove(bdstr, "HidAttrMask"); in btc_storage_remove_hid_info()
477 ret &= btc_config_remove(bdstr, "HidSubClass"); in btc_storage_remove_hid_info()
480 ret &= btc_config_remove(bdstr, "HidAppId"); in btc_storage_remove_hid_info()
483 ret &= btc_config_remove(bdstr, "HidVendorId"); in btc_storage_remove_hid_info()
486 ret &= btc_config_remove(bdstr, "HidProductId"); in btc_storage_remove_hid_info()
489 ret &= btc_config_remove(bdstr, "HidVersion"); in btc_storage_remove_hid_info()
[all …]
Dbtc_ble_storage.c212 ret |= btc_config_remove(name, BTC_BLE_STORAGE_ADDR_TYPE_STR); in _btc_storage_remove_all_ble_keys()
215 ret |= btc_config_remove(name, BTC_BLE_STORAGE_LE_KEY_PENC_STR); in _btc_storage_remove_all_ble_keys()
218 ret |= btc_config_remove(name, BTC_BLE_STORAGE_LE_KEY_PID_STR); in _btc_storage_remove_all_ble_keys()
221 ret |= btc_config_remove(name, BTC_BLE_STORAGE_LE_KEY_PCSRK_STR); in _btc_storage_remove_all_ble_keys()
224 ret |= btc_config_remove(name, BTC_BLE_STORAGE_LE_KEY_LENC_STR); in _btc_storage_remove_all_ble_keys()
227 ret |= btc_config_remove(name, BTC_BLE_STORAGE_LE_KEY_LCSRK_STR); in _btc_storage_remove_all_ble_keys()
230 ret |= btc_config_remove(name, BTC_BLE_STORAGE_LE_KEY_LID_STR); in _btc_storage_remove_all_ble_keys()
519 … 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()
522 … 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()
525 … 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 …]
Dbtc_config.c285 bool btc_config_remove(const char *section, const char *key) in btc_config_remove() function
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_config.h29 bool btc_config_remove(const char *section, const char *key);