-
CONFIG_BT_GATT_DIS_PNP_VID
¶
Vendor ID
Type: hex
Help¶
The Vendor ID field is intended to uniquely identify the vendor of the device. This field is used in conjunction with Vendor ID Source field, which determines which organization assigned the Vendor ID field value. Note: The Bluetooth Special Interest Group assigns Device ID Vendor ID, and the USB Implementer’s Forum assigns Vendor IDs, either of which can be used for the Vendor ID field value. Device providers should procure the Vendor ID from the USB Implementer’s Forum or the Company Identifier from the Bluetooth SIG.
Direct dependencies¶
BT_GATT_DIS_PNP
&& BT_GATT_DIS
&& BT_CONN
&& BT_HCI
&& BT
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
BT_GATT_DIS_PNP
&&BT_GATT_DIS
&&BT_CONN
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/services/Kconfig.dis:44
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:104
→ subsys/bluetooth/services/Kconfig:12
Menu path: (top menu) → Bluetooth → GATT Services → Enable GATT Device Information service
config BT_GATT_DIS_PNP_VID hex prompt "Vendor ID" ifBT_GATT_DIS_PNP
&&BT_GATT_DIS
&&BT_CONN
&&BT_HCI
&&BT
range 0 0xFFFF ifBT_GATT_DIS_PNP
&&BT_GATT_DIS
&&BT_CONN
&&BT_HCI
&&BT
default 0 ifBT_GATT_DIS_PNP
&&BT_GATT_DIS
&&BT_CONN
&&BT_HCI
&&BT
depends onBT_GATT_DIS_PNP
&&BT_GATT_DIS
&&BT_CONN
&&BT_HCI
&&BT
help The Vendor ID field is intended to uniquely identify the vendor of the device. This field is used in conjunction with Vendor ID Source field, which determines which organization assigned the Vendor ID field value. Note: The Bluetooth Special Interest Group assigns Device ID Vendor ID, and the USB Implementer’s Forum assigns Vendor IDs, either of which can be used for the Vendor ID field value. Device providers should procure the Vendor ID from the USB Implementer’s Forum or the Company Identifier from the Bluetooth SIG.
(Definitions include propagated dependencies, including from if’s and menus.)