Lines Matching refs:dl_len
479 dest->descriptor.dl_len = 0; in btif_hh_copy_hid_info()
480 if (src->descriptor.dl_len > 0) { in btif_hh_copy_hid_info()
481 dest->descriptor.dsc_list = (uint8_t*)osi_malloc(src->descriptor.dl_len); in btif_hh_copy_hid_info()
484 src->descriptor.dl_len); in btif_hh_copy_hid_info()
485 dest->descriptor.dl_len = src->descriptor.dl_len; in btif_hh_copy_hid_info()
952 len = p_data->dscp_info.descriptor.dl_len; in btif_hh_upstreams_evt()
1005 if (dscp_info.descriptor.dl_len > 0 && in btif_hh_upstreams_evt()
1008 dscp_info.descriptor.dl_len = 0; in btif_hh_upstreams_evt()
1404 dscp_info.descriptor.dl_len = hid_info.dl_len; in set_info()
1406 (uint8_t*)osi_malloc(dscp_info.descriptor.dl_len); in set_info()
1407 memcpy(dscp_info.descriptor.dsc_list, &(hid_info.dsc_list), hid_info.dl_len); in set_info()