Searched refs:btif_config_set_bin (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 40 bool btif_config_set_bin(const char* section, const char* key,
|
/system/bt/btif/src/ |
D | btif_storage.cc | 736 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()
|
D | btif_config.cc | 356 bool btif_config_set_bin(const char* section, const char* key, in btif_config_set_bin() function
|
/system/bt/btif/co/ |
D | bta_hh_co.cc | 540 btif_config_set_bin(bdstr, "HidReport", (const uint8_t*)sReportCache, in bta_hh_le_co_rpt_info()
|