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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 357 UINT16 len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len;
375 if ( dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list)
377 p_buf->dscp_info.descriptor.dl_len = dscp_info.descriptor.dl_len;
379 memcpy(p_buf->dscp_info.descriptor.dsc_list, dscp_info.descriptor.dsc_list, dscp_info.descriptor.dl_len);
384 p_buf->dscp_info.descriptor.dl_len = 0;
bta_hh_utils.c 206 if (p_dscp_info->dl_len &&
208 (UINT8 *)GKI_getbuf(p_dscp_info->dl_len)) != NULL)
210 p_cb->dscp_info.descriptor.dl_len = p_dscp_info->dl_len;
212 p_dscp_info->dl_len);
bta_hh_le.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
hiddefs.h 134 UINT16 dl_len; member in struct:desc_info
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 561 dest->descriptor.dl_len = 0;
562 if (src->descriptor.dl_len >0)
564 dest->descriptor.dsc_list = (UINT8 *) GKI_getbuf(src->descriptor.dl_len);
571 memcpy(dest->descriptor.dsc_list, src->descriptor.dsc_list, src->descriptor.dl_len);
572 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:__anon32853
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 141 if ((p_nvi->dscp_info.dl_len = SDP_DISC_ATTR_LEN(p_repdesc->attr_len_type)) != 0)

Completed in 314 milliseconds