DeviceIdConfig

Configuration options for Bluetooth Device Identification profile (bt-device-id).

FieldTypeDescriptionDefault
version uint16 Device release number. Mandatory if `enabled` is true. 0
vendor_id uint16 Uniquely identifies the Vendor of the device. Mandatory if `enabled` is true. 0
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. 0
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`).