Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_utils.c156 void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id, in bta_hh_update_di_info() argument
161 vendor_id, product_id, version); in bta_hh_update_di_info()
163 p_cb->dscp_info.vendor_id = vendor_id; in bta_hh_update_di_info()
Dbta_hh_int.h367 extern void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id,
Dbta_hh_act.c1004 p_dev_info->dscp_info.vendor_id, in bta_hh_maint_dev_act()
1010 p_dev_info->dscp_info.vendor_id, in bta_hh_maint_dev_act()
Dbta_hh_le.c1203 p_dis_value->pnp_id.vendor_id, in bta_hh_le_dis_cback()
1207 p_cb->dscp_info.vendor_id = p_dis_value->pnp_id.vendor_id; in bta_hh_le_dis_cback()
2761 p_dev_info->dscp_info.vendor_id, in bta_hh_le_add_device()
/system/bt/stack/srvc/
Dsrvc_dis.c180 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id); in dis_read_attr_value()
305 STREAM_TO_UINT16 (p_clcb->dis_value.pnp_id.vendor_id, pp); in dis_c_cmpl_cback()
412 dis_cb.dis_value.pnp_id.vendor_id = p_info->pnp_id.vendor_id; in DIS_SrUpdate()
/system/bt/btif/src/
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; in btif_hh_copy_hid_info()
948 p_data->dscp_info.vendor_id, p_data->dscp_info.product_id, in btif_hh_upstreams_evt()
965 … p_data->dscp_info.vendor_id, p_data->dscp_info.product_id, in btif_hh_upstreams_evt()
990 if(p_data->dscp_info.vendor_id in btif_hh_upstreams_evt()
1344 hid_info.app_id, hid_info.vendor_id, hid_info.product_id, in set_info()
1353 dscp_info.vendor_id = hid_info.vendor_id; in set_info()
Dbtif_storage.c1296 UINT8 app_id, UINT16 vendor_id, in btif_storage_add_hid_device_info() argument
1307 btif_config_set_int(bdstr, "HidVendorId", vendor_id); in btif_storage_add_hid_device_info()
1358 dscp_info.vendor_id = (uint16_t) value; in btif_storage_load_bonded_hid_info()
/system/bt/stack/include/
Dsrvc_api.h59 UINT16 vendor_id; member
/system/bt/btif/co/
Dbta_hh_co.c421 void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id, in bta_hh_co_send_hid_info() argument
437 vendor_id, product_id, in bta_hh_co_send_hid_info()
452 ev.u.create.vendor = vendor_id; in bta_hh_co_send_hid_info()
/system/bt/btif/include/
Dbtif_storage.h233 UINT8 app_id, UINT16 vendor_id,
/system/core/fastboot/
Dfastboot.cpp65 static unsigned short vendor_id = 0; variable
194 if(!(vendor_id && (info->dev_vendor == vendor_id)) && in match_fastboot_with_serial()
1028 vendor_id = (unsigned short)val; in main()
/system/bt/bta/include/
Dbta_hh_api.h199 UINT16 vendor_id; /* vendor ID */ member