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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 347 UINT8 app_id, tBTA_HH_DEV_DSCP_INFO dscp_info)
350 UINT16 len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len;
367 memcpy(&p_buf->dscp_info, &dscp_info, sizeof(tBTA_HH_DEV_DSCP_INFO));
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;
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)
    [all...]
bta_hh_utils.c 133 utl_freebuf((void **)&p_cb->dscp_info.descriptor.dsc_list);
158 p_cb->dscp_info.vendor_id = vendor_id;
159 p_cb->dscp_info.product_id = product_id;
160 p_cb->dscp_info.version = version;
190 p_cb->dscp_info.ssr_max_latency = ssr_max_latency;
191 p_cb->dscp_info.ssr_min_tout = ssr_min_tout;
196 utl_freebuf((void **)&p_cb->dscp_info.descriptor.dsc_list);
199 (p_cb->dscp_info.descriptor.dsc_list =
202 p_cb->dscp_info.descriptor.dl_len = p_dscp_info->dl_len;
203 memcpy(p_cb->dscp_info.descriptor.dsc_list, p_dscp_info->dsc_list
    [all...]
bta_hh_int.h 124 tBTA_HH_DEV_DSCP_INFO dscp_info; member in struct:__anon2546
142 tBTA_HH_DEV_DSCP_INFO dscp_info; /* report descriptor and DI information */ member in struct:__anon2548
bta_hh_act.c 217 /* update cb information with attr_mask, dscp_info etc. */
219 &sdp_rec->dscp_info,
225 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code;
346 p_cb->dscp_info.ssr_max_latency,
347 p_cb->dscp_info.ssr_min_tout,
610 p_cb->mode, p_cb->sub_class, p_cb->dscp_info.ctry_code, p_cb->addr, p_cb->app_id);
847 (*bta_hh_cb.p_cback)(BTA_HH_GET_DSCP_EVT, (tBTA_HH *)&p_cb->dscp_info);
884 p_dev_info->dscp_info.vendor_id,
885 p_dev_info->dscp_info.product_id,
886 p_dev_info->dscp_info.version
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 948 tBTA_HH_DEV_DSCP_INFO dscp_info; local
1321 tBTA_HH_DEV_DSCP_INFO dscp_info; local
    [all...]
btif_storage.c 1385 tBTA_HH_DEV_DSCP_INFO dscp_info; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hiddefs.h 152 tHID_DEV_DSCP_INFO dscp_info; /* Descriptor list and Report list to be set in the SDP record. member in struct:sdp_info
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 281 tBTA_HH_DEV_DSCP_INFO dscp_info; /* BTA_HH_GET_DSCP_EVT */ member in union:__anon2725
485 tBTA_HH_DEV_DSCP_INFO dscp_info);
  /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)
141 p_nvi->dscp_info.dsc_list = (UINT8 *) &p_repdesc->attr_value;

Completed in 298 milliseconds