:orphan: .. title:: BT_GATT_DIS_PNP_PID .. option:: CONFIG_BT_GATT_DIS_PNP_PID *Product ID* Type: ``hex`` Help ==== The Product ID field is intended to distinguish between different products made by the vendor identified with the Vendor ID field. The vendors themselves manage Product ID field values. Direct dependencies =================== \ :option:`BT_GATT_DIS_PNP ` && \ :option:`BT_GATT_DIS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 0 if \ :option:`BT_GATT_DIS_PNP ` && \ :option:`BT_GATT_DIS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/services/Kconfig.dis:58`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:8`` → ``subsys/bluetooth/Kconfig:104`` → ``subsys/bluetooth/services/Kconfig:12`` Menu path: (top menu) → Bluetooth → Bluetooth support → GATT Services → Enable GATT Device Information service → Enable PnP_ID characteristic .. parsed-literal:: config BT_GATT_DIS_PNP_PID hex prompt "Product ID" if \ :option:`BT_GATT_DIS_PNP ` && \ :option:`BT_GATT_DIS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` range 0 0xFFFF if \ :option:`BT_GATT_DIS_PNP ` && \ :option:`BT_GATT_DIS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` default 0 if \ :option:`BT_GATT_DIS_PNP ` && \ :option:`BT_GATT_DIS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` depends on \ :option:`BT_GATT_DIS_PNP ` && \ :option:`BT_GATT_DIS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` help The Product ID field is intended to distinguish between different products made by the vendor identified with the Vendor ID field. The vendors themselves manage Product ID field values. *(Definitions include propagated dependencies, including from if's and menus.)*