Searched refs:dscp_info (Results 1 – 11 of 11) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_api.cc | 311 tBTA_HH_DEV_DSCP_INFO dscp_info) { in BTA_HhAddDev() argument 312 size_t len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len; in BTA_HhAddDev() 324 memcpy(&p_buf->dscp_info, &dscp_info, sizeof(tBTA_HH_DEV_DSCP_INFO)); in BTA_HhAddDev() 325 if (dscp_info.descriptor.dl_len != 0 && dscp_info.descriptor.dsc_list) { in BTA_HhAddDev() 326 p_buf->dscp_info.descriptor.dl_len = dscp_info.descriptor.dl_len; in BTA_HhAddDev() 327 p_buf->dscp_info.descriptor.dsc_list = (uint8_t*)(p_buf + 1); in BTA_HhAddDev() 328 memcpy(p_buf->dscp_info.descriptor.dsc_list, dscp_info.descriptor.dsc_list, in BTA_HhAddDev() 329 dscp_info.descriptor.dl_len); in BTA_HhAddDev() 331 p_buf->dscp_info.descriptor.dsc_list = NULL; in BTA_HhAddDev() 332 p_buf->dscp_info.descriptor.dl_len = 0; in BTA_HhAddDev()
|
D | bta_hh_utils.cc | 129 osi_free_and_reset((void**)&p_cb->dscp_info.descriptor.dsc_list); in bta_hh_clean_up_kdev() 154 p_cb->dscp_info.vendor_id = vendor_id; in bta_hh_update_di_info() 155 p_cb->dscp_info.product_id = product_id; in bta_hh_update_di_info() 156 p_cb->dscp_info.version = version; in bta_hh_update_di_info() 157 p_cb->dscp_info.flag = flag; in bta_hh_update_di_info() 184 p_cb->dscp_info.ssr_max_latency = ssr_max_latency; in bta_hh_add_device_to_list() 185 p_cb->dscp_info.ssr_min_tout = ssr_min_tout; in bta_hh_add_device_to_list() 189 osi_free_and_reset((void**)&p_cb->dscp_info.descriptor.dsc_list); in bta_hh_add_device_to_list() 192 p_cb->dscp_info.descriptor.dsc_list = in bta_hh_add_device_to_list() 194 p_cb->dscp_info.descriptor.dl_len = p_dscp_info->dl_len; in bta_hh_add_device_to_list() [all …]
|
D | bta_hh_act.cc | 218 bta_hh_add_device_to_list(p_cb, hdl, attr_mask, &sdp_rec->dscp_info, in bta_hh_sdp_cback() 222 p_cb->dscp_info.ctry_code = sdp_rec->ctry_code; in bta_hh_sdp_cback() 332 p_cb->dscp_info.ssr_max_latency, in bta_hh_start_sdp() 333 p_cb->dscp_info.ssr_min_tout, p_cb->app_id); in bta_hh_start_sdp() 620 p_cb->dscp_info.ctry_code, p_cb->addr, p_cb->app_id); in bta_hh_data_act() 910 (*bta_hh_cb.p_cback)(BTA_HH_GET_DSCP_EVT, (tBTA_HH*)&p_cb->dscp_info); in bta_hh_get_dscp_act() 949 bta_hh_update_di_info(p_cb, p_dev_info->dscp_info.vendor_id, in bta_hh_maint_dev_act() 950 p_dev_info->dscp_info.product_id, in bta_hh_maint_dev_act() 951 p_dev_info->dscp_info.version, in bta_hh_maint_dev_act() 952 p_dev_info->dscp_info.flag); in bta_hh_maint_dev_act() [all …]
|
D | bta_hh_le.cc | 893 p_cb->dscp_info.product_id = p_dis_value->pnp_id.product_id; in bta_hh_le_dis_cback() 894 p_cb->dscp_info.vendor_id = p_dis_value->pnp_id.vendor_id; in bta_hh_le_dis_cback() 895 p_cb->dscp_info.version = p_dis_value->pnp_id.product_version; in bta_hh_le_dis_cback() 1036 p_cb->dscp_info.descriptor.dsc_list = NULL; in bta_hh_clear_service_cache() 1211 STREAM_TO_UINT16(p_dev_cb->dscp_info.version, pp); in read_hid_info_cb() 1212 STREAM_TO_UINT8(p_dev_cb->dscp_info.ctry_code, pp); in read_hid_info_cb() 1213 STREAM_TO_UINT8(p_dev_cb->dscp_info.flag, pp); in read_hid_info_cb() 1569 p_dev_cb->dscp_info.ctry_code, p_dev_cb->addr, app_id); in bta_hh_le_input_rpt_notify() 1918 p_cb->dscp_info.descriptor.dl_len = p_cb->hid_srvc.descriptor.dl_len; in bta_hh_le_get_dscp_act() 1919 p_cb->dscp_info.descriptor.dsc_list = p_cb->hid_srvc.descriptor.dsc_list; in bta_hh_le_get_dscp_act() [all …]
|
D | bta_hh_int.h | 115 tBTA_HH_DEV_DSCP_INFO dscp_info; member 189 tBTA_HH_DEV_DSCP_INFO dscp_info; /* report descriptor and DI information */ member
|
/system/bt/btif/src/ |
D | btif_hh.cc | 952 len = p_data->dscp_info.descriptor.dl_len; in btif_hh_upstreams_evt() 980 bta_hh_co_send_hid_info(p_dev, cached_name, p_data->dscp_info.vendor_id, in btif_hh_upstreams_evt() 981 p_data->dscp_info.product_id, in btif_hh_upstreams_evt() 982 p_data->dscp_info.version, in btif_hh_upstreams_evt() 983 p_data->dscp_info.ctry_code, len, in btif_hh_upstreams_evt() 984 p_data->dscp_info.descriptor.dsc_list); in btif_hh_upstreams_evt() 986 tBTA_HH_DEV_DSCP_INFO dscp_info; in btif_hh_upstreams_evt() local 988 btif_hh_copy_hid_info(&dscp_info, &p_data->dscp_info); in btif_hh_upstreams_evt() 991 p_dev->app_id, dscp_info); in btif_hh_upstreams_evt() 995 p_dev->app_id, p_data->dscp_info.vendor_id, in btif_hh_upstreams_evt() [all …]
|
D | btif_storage.cc | 1380 tBTA_HH_DEV_DSCP_INFO dscp_info; in btif_storage_load_bonded_hid_info() local 1381 memset(&dscp_info, 0, sizeof(dscp_info)); in btif_storage_load_bonded_hid_info() 1390 dscp_info.vendor_id = (uint16_t)value; in btif_storage_load_bonded_hid_info() 1393 dscp_info.product_id = (uint16_t)value; in btif_storage_load_bonded_hid_info() 1396 dscp_info.version = (uint8_t)value; in btif_storage_load_bonded_hid_info() 1399 dscp_info.ctry_code = (uint8_t)value; in btif_storage_load_bonded_hid_info() 1403 dscp_info.ssr_max_latency = (uint16_t)value; in btif_storage_load_bonded_hid_info() 1407 dscp_info.ssr_min_tout = (uint16_t)value; in btif_storage_load_bonded_hid_info() 1411 dscp_info.descriptor.dl_len = (uint16_t)len; in btif_storage_load_bonded_hid_info() 1412 dscp_info.descriptor.dsc_list = (uint8_t*)alloca(len); in btif_storage_load_bonded_hid_info() [all …]
|
/system/bt/test/mock/ |
D | mock_bta_hh_api.cc | 44 tBTA_HH_DEV_DSCP_INFO dscp_info) { in BTA_HhAddDev() argument
|
/system/bt/bta/include/ |
D | bta_hh_api.h | 310 tBTA_HH_DEV_DSCP_INFO dscp_info; /* BTA_HH_GET_DSCP_EVT */ member 507 tBTA_HH_DEV_DSCP_INFO dscp_info);
|
/system/bt/stack/hid/ |
D | hidh_api.cc | 129 p_nvi->dscp_info.dl_len = SDP_DISC_ATTR_LEN(p_repdesc->attr_len_type); in hidh_search_callback() 130 if (p_nvi->dscp_info.dl_len != 0) in hidh_search_callback() 131 p_nvi->dscp_info.dsc_list = (uint8_t*)&p_repdesc->attr_value; in hidh_search_callback()
|
/system/bt/stack/include/ |
D | hiddefs.h | 182 tHID_DEV_DSCP_INFO dscp_info; /* Descriptor list and Report list to be set in member
|