Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_btif_config.cc62 struct btif_config_get_bin btif_config_get_bin; variable
120 bool btif_config_get_bin(const std::string& section, const std::string& key, in btif_config_get_bin() function
123 return test::mock::btif_config::btif_config_get_bin(section, key, value, in btif_config_get_bin()
Dmock_btif_config.h170 struct btif_config_get_bin { struct
180 extern struct btif_config_get_bin btif_config_get_bin; argument
/system/bt/btif/include/
Dbtif_config.h58 bool btif_config_get_bin(const std::string& section, const std::string& key,
/system/bt/btif/src/
Dbtif_storage.cc416 if (btif_config_get_bin(bdstr, "LinkKey", link_key.data(), &size)) { in btif_in_fetch_bonded_device()
455 if (btif_config_get_bin(name, "LinkKey", link_key.data(), &size)) { in btif_in_fetch_bonded_devices()
1121 btif_config_get_bin(remote_bd_addr.ToString(), name, key_value, &length); in btif_storage_get_ble_bonding_key()
1212 int ret = btif_config_get_bin("Adapter", name, key_value->data(), &length); in btif_storage_get_ble_local_key()
1413 btif_config_get_bin(name, "HidDescriptor", in btif_storage_load_bonded_hid_info()
1858 btif_config_get_bin(bdstr, BTIF_STORAGE_KEY_GATT_CLIENT_DB_HASH, hash.data(), in btif_storage_get_gatt_cl_db_hash()
Dbtif_config.cc163 if (!btif_config_get_bin(BT_CONFIG_METRICS_SECTION, in read_or_set_metrics_salt()
509 bool btif_config_get_bin(const std::string& section, const std::string& key, in btif_config_get_bin() function
/system/bt/bta/ag/
Dbta_ag_act.cc458 if (!btif_config_get_bin( in bta_ag_rfc_open()
466 if (btif_config_get_bin( in bta_ag_rfc_open()
/system/bt/btif/co/
Dbta_hh_co.cc646 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_rpt_info()
686 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_cache_load()
/system/bt/bta/av/
Dbta_av_main.cc305 if (!btif_config_get_bin(peer_address_.ToString(), AVDTP_VERSION_CONFIG_KEY, in OnConnected()