Searched refs:btif_config_get_bin (Results 1 – 6 of 6) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 46 bool btif_config_get_bin(const std::string& section, const std::string& key,
|
/system/bt/btif/src/ |
D | btif_storage.cc | 420 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()
|
D | btif_config.cc | 148 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/ |
D | bta_hh_co.cc | 622 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/ |
D | bta_ag_act.cc | 461 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/ |
D | bta_av_main.cc | 382 if (!btif_config_get_bin(peer_address_.ToString(), AVDTP_VERSION_CONFIG_KEY, in OnConnected()
|