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 208 if (p_dscp_info->dl_len &&
210 (UINT8 *)GKI_getbuf(p_dscp_info->dl_len)) != NULL)
212 p_cb->dscp_info.descriptor.dl_len = p_dscp_info->dl_len;
214 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 551 dest->descriptor.dl_len = 0;
552 if (src->descriptor.dl_len >0)
554 dest->descriptor.dsc_list = (UINT8 *) GKI_getbuf(src->descriptor.dl_len);
561 memcpy(dest->descriptor.dsc_list, src->descriptor.dsc_list, src->descriptor.dl_len);
562 dest->descriptor.dl_len = src->descriptor.dl_len;
    [all...]
btif_storage.c     [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 241 UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list);
  /hardware/libhardware/include/hardware/
bt_hh.h 83 int dl_len; member in struct:__anon40363
  /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 217 milliseconds