Searched refs:btif_config_set_bin (Results 1 – 6 of 6) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 59 bool btif_config_set_bin(const std::string& section, const std::string& key,
|
/system/bt/bta/ag/ |
D | bta_ag_sdp.cc | 351 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/ |
D | btif_storage.cc | 817 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()
|
D | btif_config.cc | 183 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/ |
D | bta_hh_co.cc | 650 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 | 584 if (btif_config_set_bin(p_scb->PeerAddress().ToString(), in bta_av_a2dp_sdp_cback()
|