Home
last modified time | relevance | path

Searched refs:product_id (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_gd.c77 uint32_t product_id = flash_id & FLASH_ID_MASK; in spi_flash_chip_gd_probe() local
78 if (product_id != GD25Q_PRODUCT_ID && product_id != GD25LQ_PRODUCT_ID) { in spi_flash_chip_gd_probe()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c181 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_id); in dis_s_read_attr_value()
261 dis_cb.dis_value.pnp_id.product_id = p_info->pnp_id.product_id; in DIS_SrUpdate()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c155 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
160 vendor_id, product_id, version); in bta_hh_update_di_info()
163 p_cb->dscp_info.product_id = product_id; in bta_hh_update_di_info()
Dbta_hh_act.c963 p_dev_info->dscp_info.product_id, in bta_hh_maint_dev_act()
969 p_dev_info->dscp_info.product_id, in bta_hh_maint_dev_act()
Dbta_hh_le.c1151 p_dis_value->pnp_id.product_id, in bta_hh_le_dis_cback()
1155 p_cb->dscp_info.product_id = p_dis_value->pnp_id.product_id; in bta_hh_le_dis_cback()
2632 p_dev_info->dscp_info.product_id, in bta_hh_le_add_device()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hidh_api.h129 int product_id; /*!< Device ID information: product ID */ member
282 uint16_t product_id; /*!< Product ID */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_storage.h131 … uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version,
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dsrvc_api.h58 UINT16 product_id; member
Ddis_api.h82 UINT16 product_id; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c355 … uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version, in btc_storage_add_hid_device_info() argument
367 ret &= btc_config_set_int(bdstr, "HidProductId", product_id); in btc_storage_add_hid_device_info()
417 dscp_info.product_id = (uint16_t)value; in btc_storage_load_bonded_hid_info()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c716 arg->set_info.hid_info->vendor_id, arg->set_info.hid_info->product_id, in btc_hh_set_info()
727 dscp_info.product_id = arg->set_info.hid_info->product_id; in btc_hh_set_info()
1196 dest->product_id = src->product_id; in btc_hh_copy_hid_info()
1215 param->dscp.product_id = src->product_id; in btc_hh_cb_copy_hid_info()
1336 … p_data->dscp_info.vendor_id, p_data->dscp_info.product_id, in btc_hh_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h195 UINT16 product_id; /* product ID */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h354 extern void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id,