Searched refs:btc_config_exist (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 146 …if (btc_config_exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && btc_config_exist(name, BTC_STORAGE_PI… in btc_in_fetch_bonded_devices() 147 …btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && btc_config_exist(name, BTC_STORAGE_LINK_KEY_STR)… in btc_in_fetch_bonded_devices() 151 if (btc_config_exist(name, BTC_BLE_STORAGE_DEV_TYPE_STR)) { in btc_in_fetch_bonded_devices() 249 if (btc_config_exist(bdstr, BTC_STORAGE_LINK_KEY_TYPE_STR)) { in btc_storage_remove_bonded_device() 252 if (btc_config_exist(bdstr, BTC_STORAGE_PIN_LENGTH_STR)) { in btc_storage_remove_bonded_device() 255 if (btc_config_exist(bdstr, BTC_STORAGE_LINK_KEY_STR)) { in btc_storage_remove_bonded_device() 258 if (btc_config_exist(bdstr, BTC_STORAGE_SC_SUPPORT)) { in btc_storage_remove_bonded_device() 286 btc_config_exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && in btc_storage_get_num_bt_bond_devices() 287 btc_config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && in btc_storage_get_num_bt_bond_devices() 288 btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_get_num_bt_bond_devices() [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-latest/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_config.h | 22 bool btc_config_exist(const char *section, const char *key);
|