Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h40 bool btif_config_set_bin(const char* section, const char* key,
/system/bt/btif/src/
Dbtif_storage.cc736 ret &= btif_config_set_bin(bdstr, "LinkKey", link_key, sizeof(LINK_KEY)); in btif_storage_add_bonded_device()
952 int ret = btif_config_set_bin(bdstr, name, (const uint8_t*)key, key_length); in btif_storage_add_ble_bonding_key()
1058 btif_config_set_bin("Adapter", name, (const uint8_t*)key, key_length); in btif_storage_add_ble_local_key()
1235 if (dl_len > 0) btif_config_set_bin(bdstr, "HidDescriptor", dsc_list, dl_len); in btif_storage_add_hid_device_info()
Dbtif_config.cc356 bool btif_config_set_bin(const char* section, const char* key, in btif_config_set_bin() function
/system/bt/btif/co/
Dbta_hh_co.cc540 btif_config_set_bin(bdstr, "HidReport", (const uint8_t*)sReportCache, in bta_hh_le_co_rpt_info()