Searched refs:btc_config_exist (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 153 if (btc_config_exist(bdstr, BTC_STORAGE_LINK_KEY_TYPE_STR)) { in btc_storage_remove_bonded_device() 156 if (btc_config_exist(bdstr, BTC_STORAGE_PIN_LENGTH_STR)) { in btc_storage_remove_bonded_device() 159 if (btc_config_exist(bdstr, BTC_STORAGE_LINK_KEY_STR)) { in btc_storage_remove_bonded_device() 162 if (btc_config_exist(bdstr, BTC_STORAGE_SC_SUPPORT)) { in btc_storage_remove_bonded_device() 190 btc_config_exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && in btc_storage_get_num_bt_bond_devices() 191 btc_config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && in btc_storage_get_num_bt_bond_devices() 192 btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_get_num_bt_bond_devices() 193 btc_config_exist(name, BTC_STORAGE_LINK_KEY_STR)) { in btc_storage_get_num_bt_bond_devices() 228 btc_config_exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && in btc_storage_get_bonded_bt_devices_list() 229 btc_config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && in btc_storage_get_bonded_bt_devices_list() [all …]
|
D | btc_ble_storage.c | 35 !btc_config_exist(section, BTC_BLE_STORAGE_DEV_TYPE_STR) && in _btc_storage_save() 36 !btc_config_exist(section, BTC_BLE_STORAGE_ADDR_TYPE_STR) && in _btc_storage_save() 37 !btc_config_exist(section, BTC_BLE_STORAGE_LINK_KEY_STR) && in _btc_storage_save() 38 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_PENC_STR) && in _btc_storage_save() 39 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_PID_STR) && in _btc_storage_save() 40 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_PCSRK_STR) && in _btc_storage_save() 41 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_LENC_STR) && in _btc_storage_save() 42 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_LCSRK_STR) && in _btc_storage_save() 43 !btc_config_exist(section, BTC_BLE_STORAGE_GATT_CL_SUPP_FEAT_STR) && in _btc_storage_save() 44 !btc_config_exist(section, BTC_BLE_STORAGE_GATT_DB_HASH_STR)) { in _btc_storage_save() [all …]
|
D | btc_config.c | 113 bool btc_config_exist(const char *section, const char *key) in btc_config_exist() function
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_config.h | 22 bool btc_config_exist(const char *section, const char *key);
|