BtcUuid class abstract final Core

Well-known Bluetooth Classic service UUIDs.

Use these instead of pasting raw UUID strings. The vast majority of serial Bluetooth devices — HC-05, HC-06, ESP32, ESP8266, Arduino modules, and most embedded RFCOMM peripherals — speak the Serial Port Profile (spp), which is the default UUID used by FlutterClassicBluetooth.connect and FlutterClassicBluetooth.startServer.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

spp → const String
Serial Port Profile (SPP) — the standard RFCOMM serial UUID (00001101-0000-1000-8000-00805F9B34FB).