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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 350 UINT16 len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len;
368 if ( dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list)
370 p_buf->dscp_info.descriptor.dl_len = dscp_info.descriptor.dl_len;
372 memcpy(p_buf->dscp_info.descriptor.dsc_list, dscp_info.descriptor.dsc_list, dscp_info.descriptor.dl_len);
377 p_buf->dscp_info.descriptor.dl_len = 0;
bta_hh_utils.c 198 if (p_dscp_info->dl_len &&
200 (UINT8 *)GKI_getbuf(p_dscp_info->dl_len)) != NULL)
202 p_cb->dscp_info.descriptor.dl_len = p_dscp_info->dl_len;
204 p_dscp_info->dl_len);
  /external/bluetooth/bluedroid/stack/include/
hiddefs.h 133 UINT16 dl_len; member in struct:desc_info
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 559 dest->descriptor.dl_len = 0;
560 if (src->descriptor.dl_len >0)
562 dest->descriptor.dsc_list = (UINT8 *) GKI_getbuf(src->descriptor.dl_len);
569 memcpy(dest->descriptor.dsc_list, src->descriptor.dsc_list, src->descriptor.dl_len);
570 dest->descriptor.dl_len = src->descriptor.dl_len;
    [all...]
btif_storage.c     [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 239 UINT8 ctry_code, UINT16 dl_len, UINT8 *dsc_list);
  /hardware/libhardware/include/hardware/
bt_hh.h 83 int dl_len; member in struct:__anon20633
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 140 if ((p_nvi->dscp_info.dl_len = SDP_DISC_ATTR_LEN(p_repdesc->attr_len_type)) != 0)

Completed in 1107 milliseconds