Searched refs:vendor_id (Results 1 - 12 of 12) sorted by relevance

/system/bt/bta/hh/
H A Dbta_hh_utils.c156 void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id, argument
160 APPL_TRACE_DEBUG("vendor_id = 0x%2x product_id = 0x%2x version = 0x%2x",
161 vendor_id, product_id, version);
163 p_cb->dscp_info.vendor_id = vendor_id;
H A Dbta_hh_int.h367 extern void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id,
H A Dbta_hh_act.c279 /* if DI record does not exist on remote device, vendor_id in tBTA_HH_DEV_DSCP_INFO will be
1004 p_dev_info->dscp_info.vendor_id,
1010 p_dev_info->dscp_info.vendor_id,
H A Dbta_hh_le.c1201 APPL_TRACE_DEBUG("Plug in PnP info: product_id = %02x, vendor_id = %04x, version = %04x",
1203 p_dis_value->pnp_id.vendor_id,
1207 p_cb->dscp_info.vendor_id = p_dis_value->pnp_id.vendor_id;
2761 p_dev_info->dscp_info.vendor_id,
/system/bt/stack/include/
H A Dsrvc_api.h59 UINT16 vendor_id; member in struct:__anon1178
/system/bt/btif/include/
H A Dbtif_storage.h233 UINT8 app_id, UINT16 vendor_id,
/system/bt/stack/srvc/
H A Dsrvc_dis.c180 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id);
305 STREAM_TO_UINT16 (p_clcb->dis_value.pnp_id.vendor_id, pp);
412 dis_cb.dis_value.pnp_id.vendor_id = p_info->pnp_id.vendor_id;
/system/bt/btif/src/
H A Dbtif_hh.c153 extern void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id,
561 dest->vendor_id = src->vendor_id;
948 p_data->dscp_info.vendor_id, p_data->dscp_info.product_id,
965 p_data->dscp_info.vendor_id, p_data->dscp_info.product_id,
990 if(p_data->dscp_info.vendor_id
1341 BTIF_TRACE_DEBUG("%s: sub_class = 0x%02x, app_id = %d, vendor_id = 0x%04x, "
1344 hid_info.app_id, hid_info.vendor_id, hid_info.product_id,
1353 dscp_info.vendor_id = hid_info.vendor_id;
[all...]
H A Dbtif_storage.c126 <vendor_id> <space> > <product_id> <space> <version> <space>
1296 UINT8 app_id, UINT16 vendor_id,
1307 btif_config_set_int(bdstr, "HidVendorId", vendor_id);
1358 dscp_info.vendor_id = (uint16_t) value;
1294 btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr, UINT16 attr_mask, UINT8 sub_class, UINT8 app_id, UINT16 vendor_id, UINT16 product_id, UINT16 version, UINT8 ctry_code, UINT16 ssr_max_latency, UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) argument
/system/bt/btif/co/
H A Dbta_hh_co.c421 void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id, argument
435 APPL_TRACE_WARNING("%s: vendor_id = 0x%04x, product_id = 0x%04x, version= 0x%04x,"
437 vendor_id, product_id,
452 ev.u.create.vendor = vendor_id;
/system/bt/bta/include/
H A Dbta_hh_api.h192 /* id DI is not existing in remote device, vendor_id in tBTA_HH_DEV_DSCP_INFO will be set to 0xffff */
199 UINT16 vendor_id; /* vendor ID */ member in struct:__anon407
/system/core/fastboot/
H A Dfastboot.cpp65 static unsigned short vendor_id = 0; variable
194 if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
1028 vendor_id = (unsigned short)val;

Completed in 274 milliseconds