Searched refs:btif_config_set_bin (Results 1 – 8 of 8) sorted by relevance
/system/bt/test/mock/ |
D | mock_btif_config.cc | 64 struct btif_config_set_bin btif_config_set_bin; variable 131 bool btif_config_set_bin(const std::string& section, const std::string& key, in btif_config_set_bin() function 134 return test::mock::btif_config::btif_config_set_bin(section, key, value, in btif_config_set_bin()
|
D | mock_btif_config.h | 196 struct btif_config_set_bin { struct 206 extern struct btif_config_set_bin btif_config_set_bin; argument
|
/system/bt/btif/include/ |
D | btif_config.h | 60 bool btif_config_set_bin(const std::string& section, const std::string& key,
|
/system/bt/bta/ag/ |
D | bta_ag_sdp.cc | 348 if (btif_config_set_bin( in bta_ag_sdp_find_attr() 376 if (btif_config_set_bin( in bta_ag_sdp_find_attr()
|
/system/bt/btif/src/ |
D | btif_storage.cc | 813 btif_config_set_bin(bdstr, "LinkKey", link_key.data(), link_key.size()); in btif_storage_add_bonded_device() 1077 btif_config_set_bin(remote_bd_addr->ToString(), name, key, key_length); in btif_storage_add_ble_bonding_key() 1183 int ret = btif_config_set_bin("Adapter", name, key.data(), key.size()); in btif_storage_add_ble_local_key() 1350 if (dl_len > 0) btif_config_set_bin(bdstr, "HidDescriptor", dsc_list, dl_len); in btif_storage_add_hid_device_info() 1843 btif_config_set_bin( in btif_storage_set_gatt_cl_db_hash()
|
D | btif_config.cc | 181 if (!btif_config_set_bin(BT_CONFIG_METRICS_SECTION, in read_or_set_metrics_salt() 587 bool btif_config_set_bin(const std::string& section, const std::string& key, in btif_config_set_bin() function
|
/system/bt/btif/co/ |
D | bta_hh_co.cc | 652 btif_config_set_bin(bdstr, "HidReport", (const uint8_t*)sReportCache, in bta_hh_le_co_rpt_info()
|
/system/bt/bta/av/ |
D | bta_av_aact.cc | 528 if (btif_config_set_bin(p_scb->PeerAddress().ToString(), in bta_av_a2dp_sdp_cback()
|