Searched refs:btc_config_exist (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 161 if (btc_config_exist(bdstr, BTC_STORAGE_LINK_KEY_TYPE_STR)) { in btc_storage_remove_bonded_device() 164 if (btc_config_exist(bdstr, BTC_STORAGE_PIN_LENGTH_STR)) { in btc_storage_remove_bonded_device() 167 if (btc_config_exist(bdstr, BTC_STORAGE_LINK_KEY_STR)) { in btc_storage_remove_bonded_device() 170 if (btc_config_exist(bdstr, BTC_STORAGE_SC_SUPPORT)) { in btc_storage_remove_bonded_device() 198 btc_config_exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && in btc_storage_get_num_bt_bond_devices() 199 btc_config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && in btc_storage_get_num_bt_bond_devices() 200 btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_get_num_bt_bond_devices() 201 btc_config_exist(name, BTC_STORAGE_LINK_KEY_STR)) { in btc_storage_get_num_bt_bond_devices() 236 btc_config_exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && in btc_storage_get_bonded_bt_devices_list() 237 btc_config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && in btc_storage_get_bonded_bt_devices_list() [all …]
|
D | btc_ble_storage.c | 43 !btc_config_exist(section, BTC_BLE_STORAGE_DEV_TYPE_STR) && in _btc_storage_save() 44 !btc_config_exist(section, BTC_BLE_STORAGE_ADDR_TYPE_STR) && in _btc_storage_save() 45 !btc_config_exist(section, BTC_BLE_STORAGE_LINK_KEY_STR) && in _btc_storage_save() 46 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_PENC_STR) && in _btc_storage_save() 47 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_PID_STR) && in _btc_storage_save() 48 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_PCSRK_STR) && in _btc_storage_save() 49 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_LENC_STR) && in _btc_storage_save() 50 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_LCSRK_STR)) { in _btc_storage_save() 228 if (btc_config_exist(bdstr, BTC_BLE_STORAGE_ADDR_TYPE_STR)) { in _btc_storage_remove_ble_bonding_keys() 231 if (btc_config_exist(bdstr, BTC_BLE_STORAGE_LE_KEY_PENC_STR)) { in _btc_storage_remove_ble_bonding_keys() [all …]
|
D | btc_config.c | 121 bool btc_config_exist(const char *section, const char *key) in btc_config_exist() function
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_config.h | 30 bool btc_config_exist(const char *section, const char *key);
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow_esp32s3.map | 309 esp-idf/bt/libbt.a(btc_storage.c.obj) (btc_config_exist) 33194 .literal.btc_config_exist 39797 .text.btc_config_exist 39800 0x0000000040398ddc btc_config_exist 50371 .rodata.btc_config_exist.str1.4 80463 btc_config_exist esp-idf/bt/libbt.a(btc_config.c.obj)
|
D | overflow_esp32c3.map | 19898 .text.btc_config_exist 19900 0x000000004038987c btc_config_exist 30320 .rodata.btc_config_exist.str1.4 59081 btc_config_exist esp-idf/bt/libbt.a(btc_config.c.obj)
|