Home
last modified time | relevance | path

Searched refs:btif_config_get_bin (Results 1 – 6 of 6) sorted by relevance

/system/bt/btif/include/
Dbtif_config.h46 bool btif_config_get_bin(const std::string& section, const std::string& key,
/system/bt/btif/src/
Dbtif_storage.cc420 if (btif_config_get_bin(bdstr, "LinkKey", link_key.data(), &size)) { in btif_in_fetch_bonded_device()
464 if (btif_config_get_bin(name, "LinkKey", link_key.data(), &size)) { in btif_in_fetch_bonded_devices()
1127 btif_config_get_bin(remote_bd_addr->ToString(), name, key_value, &length); in btif_storage_get_ble_bonding_key()
1218 int ret = btif_config_get_bin("Adapter", name, key_value->data(), &length); in btif_storage_get_ble_local_key()
1423 btif_config_get_bin(name, "HidDescriptor", in btif_storage_load_bonded_hid_info()
Dbtif_config.cc148 if (!btif_config_get_bin(BT_CONFIG_METRICS_SECTION, in read_or_set_metrics_salt()
404 bool btif_config_get_bin(const std::string& section, const std::string& key, in btif_config_get_bin() function
/system/bt/btif/co/
Dbta_hh_co.cc622 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_rpt_info()
661 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_cache_load()
/system/bt/bta/ag/
Dbta_ag_act.cc461 if (!btif_config_get_bin( in bta_ag_rfc_open()
469 if (btif_config_get_bin( in bta_ag_rfc_open()
/system/bt/bta/av/
Dbta_av_main.cc382 if (!btif_config_get_bin(peer_address_.ToString(), AVDTP_VERSION_CONFIG_KEY, in OnConnected()