Searched refs:btif_config_get_bin (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 36 bool btif_config_get_bin(const char *section, const char *key, uint8_t *value, size_t *length);
|
/system/bt/btif/src/ |
D | btif_storage.c | 397 if(btif_config_get_bin(bdstr, "LinkKey", (uint8_t *)link_key, &size)) in btif_in_fetch_bonded_device() 451 if (btif_config_get_bin(name, "LinkKey", link_key, &size)) { in btif_in_fetch_bonded_devices() 1053 int ret = btif_config_get_bin(bdstr, name, (uint8_t *)key_value, &length); in btif_storage_get_ble_bonding_key() 1158 int ret = btif_config_get_bin("Adapter", name, (uint8_t *)key_value, &length); in btif_storage_get_ble_local_key() 1370 … btif_config_get_bin(name, "HidDescriptor", (uint8_t *)dscp_info.descriptor.dsc_list, &len); in btif_storage_load_bonded_hid_info() 1447 if (!btif_config_get_bin(BTIF_STORAGE_HL_APP, BTIF_STORAGE_HL_APP_CB, in btif_storage_read_hl_apps_cb()
|
D | btif_config.c | 340 bool btif_config_get_bin(const char *section, const char *key, uint8_t *value, size_t *length) { in btif_config_get_bin() function
|
/system/bt/btif/co/ |
D | bta_hh_co.c | 531 btif_config_get_bin(bdstr, "HidReport", (uint8_t *)sReportCache, &len); in bta_hh_le_co_rpt_info() 576 btif_config_get_bin(bdstr, "HidReport", (uint8_t *)sReportCache, &len); in bta_hh_le_co_cache_load()
|