/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_api.c | 338 UINT8 app_id, tBTA_HH_DEV_DSCP_INFO dscp_info) 341 UINT16 len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len; 358 memcpy(&p_buf->dscp_info, &dscp_info, sizeof(tBTA_HH_DEV_DSCP_INFO)); 359 if ( dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list) 361 p_buf->dscp_info.descriptor.dl_len = dscp_info.descriptor.dl_len; 362 p_buf->dscp_info.descriptor.dsc_list = (UINT8 *)(p_buf + 1); 363 memcpy(p_buf->dscp_info.descriptor.dsc_list, dscp_info.descriptor.dsc_list, dscp_info.descriptor.dl_len) [all...] |
bta_hh_utils.c | 124 utl_freebuf((void **)&p_cb->dscp_info.descriptor.dsc_list); 149 p_cb->dscp_info.vendor_id = vendor_id; 150 p_cb->dscp_info.product_id = product_id; 151 p_cb->dscp_info.version = version; 182 p_cb->dscp_info.ssr_max_latency = BTA_HH_SSR_MAX_LATENCY_DEF; 184 p_cb->dscp_info.ssr_max_latency = ssr_max_latency; 187 p_cb->dscp_info.ssr_min_tout = BTA_HH_SSR_MIN_TOUT_DEF; 189 p_cb->dscp_info.ssr_min_tout = ssr_min_tout; 194 utl_freebuf((void **)&p_cb->dscp_info.descriptor.dsc_list); 197 (p_cb->dscp_info.descriptor.dsc_list [all...] |
bta_hh_act.c | 165 utl_freebuf((void **)&bta_hh_cb.kdev[xx].dscp_info.descriptor.dsc_list); 223 /* update cb information with attr_mask, dscp_info etc. */ 225 &sdp_rec->dscp_info, 231 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; 351 p_cb->dscp_info.ssr_max_latency, 352 p_cb->dscp_info.ssr_min_tout, 537 bta_sys_chg_ssr_config(BTA_ID_HH ,p_cb->app_id, p_cb->dscp_info.ssr_max_latency, p_cb->dscp_info.ssr_min_tout); 622 p_cb->mode, p_cb->sub_class, p_cb->dscp_info.ctry_code, p_cb->addr, p_cb->app_id); 859 (*bta_hh_cb.p_cback)(BTA_HH_GET_DSCP_EVT, (tBTA_HH *)&p_cb->dscp_info); [all...] |
bta_hh_int.h | 124 tBTA_HH_DEV_DSCP_INFO dscp_info; member in struct:__anon2075 142 tBTA_HH_DEV_DSCP_INFO dscp_info; /* report descriptor and DI information */ member in struct:__anon2077
|
/external/bluetooth/bluedroid/btif/src/ |
btif_hh.c | 819 len = p_data->dscp_info.descriptor.dl_len; 839 p_data->dscp_info.vendor_id, p_data->dscp_info.product_id, 840 p_data->dscp_info.version, p_data->dscp_info.ctry_code, 841 len, p_data->dscp_info.descriptor.dsc_list) 845 tBTA_HH_DEV_DSCP_INFO dscp_info; local 1170 tBTA_HH_DEV_DSCP_INFO dscp_info; local [all...] |
btif_storage.c | 900 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 | 265 tBTA_HH_DEV_DSCP_INFO dscp_info; /* BTA_HH_GET_DSCP_EVT */ member in union:__anon2248 447 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;
|