VendorModelId

@Serializable
data class VendorModelId : ModelId

Wrapper class for 32-bit vendor model identifier.

Constructors

Link copied to clipboard
constructor(modelIdentifier: UShort, companyIdentifier: UShort)

Properties

Link copied to clipboard

16-bit company identifier.

Link copied to clipboard

True if the model is a Bluetooth SIG defined model.

Link copied to clipboard

16-bit model identifier.

Functions

Link copied to clipboard
fun toHex(prefix0x: Boolean = false): String

Converts ModelID to hex.