Searched refs:vendor_id (Results 1 – 12 of 12) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_utils.c | 156 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()
|
D | bta_hh_int.h | 367 extern void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id,
|
D | bta_hh_act.c | 1004 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()
|
D | bta_hh_le.c | 1203 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/ |
D | srvc_dis.c | 180 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/ |
D | btif_hh.c | 153 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()
|
D | btif_storage.c | 1296 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/ |
D | srvc_api.h | 59 UINT16 vendor_id; member
|
/system/bt/btif/co/ |
D | bta_hh_co.c | 421 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/ |
D | btif_storage.h | 233 UINT8 app_id, UINT16 vendor_id,
|
/system/core/fastboot/ |
D | fastboot.cpp | 65 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/ |
D | bta_hh_api.h | 199 UINT16 vendor_id; /* vendor ID */ member
|