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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 368 if ( dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list)
371 p_buf->dscp_info.descriptor.dsc_list = (UINT8 *)(p_buf + 1);
372 memcpy(p_buf->dscp_info.descriptor.dsc_list, dscp_info.descriptor.dsc_list, dscp_info.descriptor.dl_len);
376 p_buf->dscp_info.descriptor.dsc_list = NULL;
bta_hh_utils.c 133 utl_freebuf((void **)&p_cb->dscp_info.descriptor.dsc_list);
196 utl_freebuf((void **)&p_cb->dscp_info.descriptor.dsc_list);
199 (p_cb->dscp_info.descriptor.dsc_list =
203 memcpy(p_cb->dscp_info.descriptor.dsc_list, p_dscp_info->dsc_list,
463 utl_freebuf((void **)&bta_hh_cb.kdev[xx].dscp_info.descriptor.dsc_list);
  /external/bluetooth/bluedroid/stack/include/
hiddefs.h 134 UINT8 *dsc_list; member in struct:desc_info
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 562 dest->descriptor.dsc_list = (UINT8 *) GKI_getbuf(src->descriptor.dl_len);
563 if (dest->descriptor.dsc_list == NULL)
569 memcpy(dest->descriptor.dsc_list, src->descriptor.dsc_list, 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 84 uint8_t dsc_list[BTHH_MAX_DSC_LEN]; member in struct:__anon20633
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 141 p_nvi->dscp_info.dsc_list = (UINT8 *) &p_repdesc->attr_value;

Completed in 136 milliseconds