Searched refs:btif_config_get_bin (Results 1 – 8 of 8) sorted by relevance
/system/bt/test/mock/ |
D | mock_btif_config.cc | 62 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()
|
D | mock_btif_config.h | 170 struct btif_config_get_bin { struct 180 extern struct btif_config_get_bin btif_config_get_bin; argument
|
/system/bt/btif/include/ |
D | btif_config.h | 58 bool btif_config_get_bin(const std::string& section, const std::string& key,
|
/system/bt/btif/src/ |
D | btif_storage.cc | 416 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()
|
D | btif_config.cc | 163 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/ |
D | bta_ag_act.cc | 458 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/ |
D | bta_hh_co.cc | 646 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/ |
D | bta_av_main.cc | 305 if (!btif_config_get_bin(peer_address_.ToString(), AVDTP_VERSION_CONFIG_KEY, in OnConnected()
|