Searched refs:product_id (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/spi_flash/ |
D | spi_flash_chip_gd.c | 77 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/ |
D | dis_profile.c | 181 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/ |
D | bta_hh_utils.c | 155 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()
|
D | bta_hh_act.c | 963 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()
|
D | bta_hh_le.c | 1151 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/ |
D | esp_hidh_api.h | 129 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/ |
D | btc_storage.h | 131 … 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/ |
D | srvc_api.h | 58 UINT16 product_id; member
|
D | dis_api.h | 82 UINT16 product_id; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 355 … 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/ |
D | btc_hh.c | 716 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/ |
D | bta_hh_api.h | 195 UINT16 product_id; /* product ID */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/ |
D | bta_hh_int.h | 354 extern void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id,
|