Searched refs:BTC_STORAGE_LINK_KEY_STR (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 70 ret &= btc_config_set_bin(bdstr, BTC_STORAGE_LINK_KEY_STR, link_key, sizeof(LINK_KEY)); in btc_storage_add_bonded_device() 89 if (btc_config_get_bin(remote_bd_addr, BTC_STORAGE_LINK_KEY_STR, link_key, &size)) { in _btc_storage_in_fetch_bonded_bt_device() 147 …c_config_exist(name, BTC_STORAGE_SC_SUPPORT) && btc_config_exist(name, BTC_STORAGE_LINK_KEY_STR)) { in btc_in_fetch_bonded_devices() 255 if (btc_config_exist(bdstr, BTC_STORAGE_LINK_KEY_STR)) { in btc_storage_remove_bonded_device() 256 ret &= btc_config_remove(bdstr, BTC_STORAGE_LINK_KEY_STR); in btc_storage_remove_bonded_device() 289 btc_config_exist(name, BTC_STORAGE_LINK_KEY_STR)) { in btc_storage_get_num_bt_bond_devices() 327 btc_config_exist(name, BTC_STORAGE_LINK_KEY_STR)) { in btc_storage_get_bonded_bt_devices_list() 400 … btc_config_exist(name, BTC_STORAGE_LINK_KEY_STR) && btc_config_exist(name, "HidAttrMask")) { in btc_storage_load_bonded_hid_info() 530 btc_config_exist(name, BTC_STORAGE_LINK_KEY_STR)) { in btc_storage_load_hidd()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_storage.h | 17 #define BTC_STORAGE_LINK_KEY_STR "LinkKey" /* same as the ble */ macro
|