Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c154 ret &= btc_config_remove(bdstr, BTC_STORAGE_LINK_KEY_TYPE_STR); in btc_storage_remove_bonded_device()
157 ret &= btc_config_remove(bdstr, BTC_STORAGE_PIN_LENGTH_STR); in btc_storage_remove_bonded_device()
160 ret &= btc_config_remove(bdstr, BTC_STORAGE_LINK_KEY_STR); in btc_storage_remove_bonded_device()
163 ret &= btc_config_remove(bdstr, BTC_STORAGE_SC_SUPPORT); in btc_storage_remove_bonded_device()
378 ret &= btc_config_remove(bdstr, "HidAttrMask"); in btc_storage_remove_hid_info()
381 ret &= btc_config_remove(bdstr, "HidSubClass"); in btc_storage_remove_hid_info()
384 ret &= btc_config_remove(bdstr, "HidAppId"); in btc_storage_remove_hid_info()
387 ret &= btc_config_remove(bdstr, "HidVendorId"); in btc_storage_remove_hid_info()
390 ret &= btc_config_remove(bdstr, "HidProductId"); in btc_storage_remove_hid_info()
393 ret &= btc_config_remove(bdstr, "HidVersion"); in btc_storage_remove_hid_info()
[all …]
Dbtc_ble_storage.c223 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_ADDR_TYPE_STR); in _btc_storage_remove_ble_bonding_keys()
226 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_PENC_STR); in _btc_storage_remove_ble_bonding_keys()
229 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_PID_STR); in _btc_storage_remove_ble_bonding_keys()
232 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_PCSRK_STR); in _btc_storage_remove_ble_bonding_keys()
235 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_LENC_STR); in _btc_storage_remove_ble_bonding_keys()
238 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_LCSRK_STR); in _btc_storage_remove_ble_bonding_keys()
241 ret |= btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_KEY_LID_STR); in _btc_storage_remove_ble_bonding_keys()
375 … 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()
378 … 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()
381 … 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-3.7.0/components/bt/host/bluedroid/btc/include/btc/
Dbtc_config.h29 bool btc_config_remove(const char *section, const char *key);