Searched refs:dsc_list (Results 1 – 8 of 8) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_api.c | 345 if ( dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list) { in BTA_HhAddDev() 347 p_buf->dscp_info.descriptor.dsc_list = (UINT8 *)(p_buf + 1); in BTA_HhAddDev() 348 memcpy(p_buf->dscp_info.descriptor.dsc_list, in BTA_HhAddDev() 349 dscp_info.descriptor.dsc_list, in BTA_HhAddDev() 352 p_buf->dscp_info.descriptor.dsc_list = NULL; in BTA_HhAddDev()
|
D | bta_hh_utils.c | 138 osi_free_and_reset((void **)&p_cb->dscp_info.descriptor.dsc_list); in bta_hh_clean_up_kdev() 205 osi_free_and_reset((void **)&p_cb->dscp_info.descriptor.dsc_list); in bta_hh_add_device_to_list() 208 p_cb->dscp_info.descriptor.dsc_list = in bta_hh_add_device_to_list() 211 memcpy(p_cb->dscp_info.descriptor.dsc_list, p_dscp_info->dsc_list, in bta_hh_add_device_to_list() 466 osi_free_and_reset((void **)&bta_hh_cb.kdev[xx].dscp_info.descriptor.dsc_list); in bta_hh_cleanup_disable()
|
D | bta_hh_le.c | 1199 p_cb->dscp_info.descriptor.dsc_list = NULL; in bta_hh_clear_service_cache() 1623 p_srvc->descriptor.dsc_list = p_dev_cb->hid_srvc.rpt_map; in bta_hh_le_save_rpt_map() 2422 p_cb->dscp_info.descriptor.dsc_list = p_cb->hid_srvc.descriptor.dsc_list; in bta_hh_le_get_dscp_act()
|
/system/bt/btif/src/ |
D | btif_hh.c | 530 dest->descriptor.dsc_list = (UINT8 *)osi_malloc(src->descriptor.dl_len); in btif_hh_copy_hid_info() 532 memcpy(dest->descriptor.dsc_list, src->descriptor.dsc_list, src->descriptor.dl_len); in btif_hh_copy_hid_info() 932 len, p_data->dscp_info.descriptor.dsc_list); in btif_hh_upstreams_evt() 950 len, p_data->dscp_info.descriptor.dsc_list); in btif_hh_upstreams_evt() 956 if (dscp_info.descriptor.dl_len >0 && dscp_info.descriptor.dsc_list != NULL) in btif_hh_upstreams_evt() 958 osi_free_and_reset((void **)&dscp_info.descriptor.dsc_list); in btif_hh_upstreams_evt() 1320 dscp_info.descriptor.dsc_list = (UINT8 *)osi_malloc(dscp_info.descriptor.dl_len); in set_info() 1321 memcpy(dscp_info.descriptor.dsc_list, &(hid_info.dsc_list), hid_info.dl_len); in set_info() 1329 osi_free_and_reset((void **)&dscp_info.descriptor.dsc_list); in set_info()
|
D | btif_storage.c | 1287 … UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) in btif_storage_add_hid_device_info() argument 1302 btif_config_set_bin(bdstr, "HidDescriptor", dsc_list, dl_len); in btif_storage_add_hid_device_info() 1369 dscp_info.descriptor.dsc_list = (uint8_t*)alloca(len); in btif_storage_load_bonded_hid_info() 1370 … btif_config_get_bin(name, "HidDescriptor", (uint8_t *)dscp_info.descriptor.dsc_list, &len); in btif_storage_load_bonded_hid_info()
|
/system/bt/stack/include/ |
D | hiddefs.h | 135 UINT8 *dsc_list; member
|
/system/bt/btif/include/ |
D | btif_storage.h | 239 … UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list);
|
/system/bt/stack/hid/ |
D | hidh_api.c | 142 p_nvi->dscp_info.dsc_list = (UINT8 *) &p_repdesc->attr_value; in hidh_search_callback()
|