The latest development version of this page may be more current than this released 1.14.1 version.
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

BT_GATT_DIS_PNP && BT_GATT_DIS && BT_CONN && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/services/Kconfig.dis:58

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:104subsys/bluetooth/services/Kconfig:12

Menu path: (top menu) → Bluetooth → GATT Services → Enable GATT Device Information service

config BT_GATT_DIS_PNP_PID
    hex
    prompt "Product ID" if BT_GATT_DIS_PNP && BT_GATT_DIS && BT_CONN && BT_HCI && BT
    range 0 0xFFFF if BT_GATT_DIS_PNP && BT_GATT_DIS && BT_CONN && BT_HCI && BT
    default 0 if BT_GATT_DIS_PNP && BT_GATT_DIS && BT_CONN && BT_HCI && BT
    depends on BT_GATT_DIS_PNP && BT_GATT_DIS && BT_CONN && BT_HCI && 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.)