Searched refs:BTC_STORAGE_SC_SUPPORT (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 54 …ret &= btc_config_set_bin(bdstr, BTC_STORAGE_SC_SUPPORT, (uint8_t *)&sc_support, sizeof(sc_support… in btc_storage_add_bonded_device() 102 btc_config_get_bin(name, BTC_STORAGE_SC_SUPPORT, &sc_support, &size); in btc_in_fetch_bonded_devices() 170 if (btc_config_exist(bdstr, BTC_STORAGE_SC_SUPPORT)) { in btc_storage_remove_bonded_device() 171 ret &= btc_config_remove(bdstr, BTC_STORAGE_SC_SUPPORT); in btc_storage_remove_bonded_device() 200 btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_get_num_bt_bond_devices() 238 btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_get_bonded_bt_devices_list() 311 …config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_load_bonded_hid_info() 441 …config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_load_hidd()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_storage.h | 28 #define BTC_STORAGE_SC_SUPPORT "SCSupport" macro
|