UUID

actual typealias UUID = java.util.UUID

The Unique Identifier of a Bluetooth property

actual typealias UUID = CBUUID

The Unique Identifier of a Bluetooth property

expect class UUID

The Unique Identifier of a Bluetooth property

actual data class UUID

The Unique Identifier of a Bluetooth property. On the JS family it wraps the canonical 128-bit lowercase string form that the Web Bluetooth API uses (e.g. BluetoothRemoteGATTService.uuid).

Properties

Link copied to clipboard
actual val UUID.uuidString: String

The string representation of a UUID

actual val UUID.uuidString: String

The string representation of a UUID

expect val UUID.uuidString: String

The string representation of a UUID

actual val UUID.uuidString: String

The string representation of a UUID

Link copied to clipboard