Home
last modified time | relevance | path

Searched refs:BTC_STORAGE_SC_SUPPORT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c71 …ret &= btc_config_set_bin(bdstr, BTC_STORAGE_SC_SUPPORT, (uint8_t *)&sc_support, sizeof(sc_support… in btc_storage_add_bonded_device()
103 btc_config_get_bin(remote_bd_addr, BTC_STORAGE_SC_SUPPORT, &sc_support, &size); in _btc_storage_in_fetch_bonded_bt_device()
147 …btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && btc_config_exist(name, BTC_STORAGE_LINK_KEY_STR)… in btc_in_fetch_bonded_devices()
258 if (btc_config_exist(bdstr, BTC_STORAGE_SC_SUPPORT)) { in btc_storage_remove_bonded_device()
259 ret &= btc_config_remove(bdstr, BTC_STORAGE_SC_SUPPORT); in btc_storage_remove_bonded_device()
288 btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_get_num_bt_bond_devices()
326 btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_get_bonded_bt_devices_list()
399 …config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_load_bonded_hid_info()
529 …config_exist(name, BTC_STORAGE_PIN_LENGTH_STR) && btc_config_exist(name, BTC_STORAGE_SC_SUPPORT) && in btc_storage_load_hidd()
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_storage.h20 #define BTC_STORAGE_SC_SUPPORT "SCSupport" macro