Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h38 bool btif_config_get_bin(const char* section, const char* key, uint8_t* value,
/system/bt/btif/src/
Dbtif_storage.cc387 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()
Dbtif_config.cc318 bool btif_config_get_bin(const char* section, const char* key, uint8_t* value, in btif_config_get_bin() function
/system/bt/btif/co/
Dbta_hh_co.cc534 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()