btleName property
The Bluetooth name of this device. Returns empty string if unknown.
Implementation
@override
String get btleName => configuration?.deviceName ?? 'eSense-????';
The Bluetooth name of this device. Returns empty string if unknown.
@override
String get btleName => configuration?.deviceName ?? 'eSense-????';