HomeSort by relevance Sort by last modified time
    Searched refs:dl_len (Results 1 - 11 of 11) sorted by null

  /system/bt/bta/hh/
bta_hh_api.cc 320 size_t len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len;
333 if (dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list) {
334 p_buf->dscp_info.descriptor.dl_len = dscp_info.descriptor.dl_len;
337 dscp_info.descriptor.dl_len);
340 p_buf->dscp_info.descriptor.dl_len = 0;
bta_hh_utils.cc 192 if (p_dscp_info->dl_len) {
194 (uint8_t*)osi_malloc(p_dscp_info->dl_len);
195 p_cb->dscp_info.descriptor.dl_len = p_dscp_info->dl_len;
197 p_dscp_info->dl_len);
bta_hh_le.cc     [all...]
  /system/bt/stack/include/
hiddefs.h 128 uint16_t dl_len; member in struct:desc_info
  /system/bt/bta/hd/
bta_hd_api.cc 130 p_buf->d_len = p_app_info->descriptor.dl_len;
132 p_app_info->descriptor.dl_len);
  /system/bt/btif/include/
btif_storage.h 170 uint16_t dl_len, uint8_t* dsc_list);
  /system/bt/btif/src/
btif_hh.cc 524 dest->descriptor.dl_len = 0;
525 if (src->descriptor.dl_len > 0) {
526 dest->descriptor.dsc_list = (uint8_t*)osi_malloc(src->descriptor.dl_len);
529 src->descriptor.dl_len);
530 dest->descriptor.dl_len = src->descriptor.dl_len;
    [all...]
btif_hd.cc 410 app_info.descriptor.dl_len = p_app_param->desc_list_len;
412 (uint8_t*)osi_malloc(app_info.descriptor.dl_len);
btif_storage.cc     [all...]
  /hardware/libhardware/include/hardware/
bt_hh.h 83 int dl_len; member in struct:__anon41117
  /system/bt/stack/hid/
hidh_api.cc 131 p_nvi->dscp_info.dl_len = SDP_DISC_ATTR_LEN(p_repdesc->attr_len_type);
132 if (p_nvi->dscp_info.dl_len != 0)

Completed in 467 milliseconds