Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h59 bool btif_config_set_bin(const std::string& section, const std::string& key,
/system/bt/bta/ag/
Dbta_ag_sdp.cc351 if (btif_config_set_bin( in bta_ag_sdp_find_attr()
379 if (btif_config_set_bin( in bta_ag_sdp_find_attr()
/system/bt/btif/src/
Dbtif_storage.cc817 btif_config_set_bin(bdstr, "LinkKey", link_key.data(), link_key.size()); in btif_storage_add_bonded_device()
1074 btif_config_set_bin(remote_bd_addr->ToString(), name, key, key_length); in btif_storage_add_ble_bonding_key()
1180 int ret = btif_config_set_bin("Adapter", name, key.data(), key.size()); in btif_storage_add_ble_local_key()
1346 if (dl_len > 0) btif_config_set_bin(bdstr, "HidDescriptor", dsc_list, dl_len); in btif_storage_add_hid_device_info()
Dbtif_config.cc183 if (!btif_config_set_bin(BT_CONFIG_METRICS_SECTION, in read_or_set_metrics_salt()
570 bool btif_config_set_bin(const std::string& section, const std::string& key, in btif_config_set_bin() function
/system/bt/btif/co/
Dbta_hh_co.cc650 btif_config_set_bin(bdstr, "HidReport", (const uint8_t*)sReportCache, in bta_hh_le_co_rpt_info()
/system/bt/bta/av/
Dbta_av_aact.cc584 if (btif_config_set_bin(p_scb->PeerAddress().ToString(), in bta_av_a2dp_sdp_cback()