Configuration options for Bluetooth Device Identification profile (bt-device-id).
| Field | Type | Description | Default | 
|---|---|---|---|
| version | uint16 | Device release number. Mandatory if `enabled` is true. | |
| vendor_id | uint16 | Uniquely identifies the Vendor of the device. Mandatory if `enabled` is true. | |
| service_description | \[string] | A human-readable description of the service. Optional if `enabled` is true. | |
| product_id | uint16 | Uniquely identifies the product - typically a value assigned by the Vendor. Mandatory if `enabled` is true. | |
| primary | bool | If `true`, designates this identification as the primary service record for this device. Mandatory if `enabled` is true. | |
| enabled | bool | Enable the device identification profile (`bt-device-id`). |