Home
last modified time | relevance | path

Searched refs:btc_config_get_bin (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/include/btc/
Dbtc_config.h27 bool btc_config_get_bin(const char *section, const char *key, uint8_t *value, size_t *length);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c80 if (btc_config_get_bin(name, BTC_STORAGE_LINK_KEY_STR, link_key, &size)) { in btc_in_fetch_bonded_devices()
94 btc_config_get_bin(name, BTC_STORAGE_SC_SUPPORT, &sc_support, &size); in btc_in_fetch_bonded_devices()
341btc_config_get_bin(name, "HidDescriptor", (uint8_t *)dscp_info.descriptor.dsc_list, &len); in btc_storage_load_bonded_hid_info()
Dbtc_ble_storage.c185 int ret = btc_config_get_bin(bdstr, name, (uint8_t *)key_value, &length); in _btc_storage_get_ble_bonding_key()
342 …int ret = btc_config_get_bin(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, name, (uint8_t *)key_value, &lengt… in _btc_storage_get_ble_local_key()
932 … int ret = btc_config_get_bin(bdstr, BTC_BLE_STORAGE_GATT_CL_SUPP_FEAT_STR, value, (size_t *)&len); in btc_storage_get_gatt_cl_supp_feat()
954 int ret = btc_config_get_bin(bdstr, BTC_BLE_STORAGE_GATT_DB_HASH_STR, value, (size_t *)&len); in btc_storage_get_gatt_db_hash()
Dbtc_config.c180 bool btc_config_get_bin(const char *section, const char *key, uint8_t *value, size_t *length) in btc_config_get_bin() function