Searched refs:BTC_STORAGE_PIN_LENGTH_STR (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 69 ret &= btc_config_set_int(bdstr, BTC_STORAGE_PIN_LENGTH_STR, (int)pin_length); in btc_storage_add_bonded_device() 101 btc_config_get_int(remote_bd_addr, BTC_STORAGE_PIN_LENGTH_STR, &pin_length); in _btc_storage_in_fetch_bonded_bt_device() 146 …exist(name, BTC_STORAGE_LINK_KEY_TYPE_STR) && btc_config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && in btc_in_fetch_bonded_devices() 252 if (btc_config_exist(bdstr, BTC_STORAGE_PIN_LENGTH_STR)) { in btc_storage_remove_bonded_device() 253 ret &= btc_config_remove(bdstr, BTC_STORAGE_PIN_LENGTH_STR); in btc_storage_remove_bonded_device() 287 btc_config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && in btc_storage_get_num_bt_bond_devices() 325 btc_config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && in btc_storage_get_bonded_bt_devices_list() 399 …btc_config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && btc_config_exist(name, BTC_STORAGE_SC_SUPPOR… in btc_storage_load_bonded_hid_info() 529 …btc_config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && btc_config_exist(name, BTC_STORAGE_SC_SUPPOR… in btc_storage_load_hidd()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_storage.h | 19 #define BTC_STORAGE_PIN_LENGTH_STR "PinLength" macro
|