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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 375 if ( dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list)
378 p_buf->dscp_info.descriptor.dsc_list = (UINT8 *)(p_buf + 1);
379 memcpy(p_buf->dscp_info.descriptor.dsc_list, dscp_info.descriptor.dsc_list, dscp_info.descriptor.dl_len);
383 p_buf->dscp_info.descriptor.dsc_list = NULL;
bta_hh_utils.c 138 utl_freebuf((void **)&p_cb->dscp_info.descriptor.dsc_list);
206 utl_freebuf((void **)&p_cb->dscp_info.descriptor.dsc_list);
209 (p_cb->dscp_info.descriptor.dsc_list =
213 memcpy(p_cb->dscp_info.descriptor.dsc_list, p_dscp_info->dsc_list,
470 utl_freebuf((void **)&bta_hh_cb.kdev[xx].dscp_info.descriptor.dsc_list);
bta_hh_le.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
hiddefs.h 135 UINT8 *dsc_list; member in struct:desc_info
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 554 dest->descriptor.dsc_list = (UINT8 *) GKI_getbuf(src->descriptor.dl_len);
555 if (dest->descriptor.dsc_list == NULL)
561 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 241 UINT16 ssr_min_tout, 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:__anon40363
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 142 p_nvi->dscp_info.dsc_list = (UINT8 *) &p_repdesc->attr_value;

Completed in 565 milliseconds