BluetoothMacAddress

value class BluetoothMacAddress(val value: String)

Device bluetooth mac address which is used to validate data received or sent to sensor in scanning/connection.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
Link copied to clipboard

Representation of bluetooth mac address with colons, e.g. 28:2C:02:40:12:34

Link copied to clipboard

Representation of bluetooth mac address without colons, e.g. 282C02401234

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String