Searched refs:btif_config_get_bin (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 38 bool btif_config_get_bin(const char* section, const char* key, uint8_t* value,
|
/system/bt/btif/src/ |
D | btif_storage.cc | 387 if (btif_config_get_bin(bdstr, "LinkKey", (uint8_t*)link_key, &size)) { in btif_in_fetch_bonded_device() 430 if (btif_config_get_bin(name, "LinkKey", link_key, &size)) { in btif_in_fetch_bonded_devices() 995 int ret = btif_config_get_bin(bdstr, name, (uint8_t*)key_value, &length); in btif_storage_get_ble_bonding_key() 1093 int ret = btif_config_get_bin("Adapter", name, (uint8_t*)key_value, &length); in btif_storage_get_ble_local_key() 1300 btif_config_get_bin(name, "HidDescriptor", in btif_storage_load_bonded_hid_info()
|
D | btif_config.cc | 318 bool btif_config_get_bin(const char* section, const char* key, uint8_t* value, in btif_config_get_bin() function
|
/system/bt/btif/co/ |
D | bta_hh_co.cc | 534 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_rpt_info() 575 btif_config_get_bin(bdstr, "HidReport", (uint8_t*)sReportCache, &len); in bta_hh_le_co_cache_load()
|