btleAddress property

String btleAddress

The Bluetooth address of this device in the form 00:04:79:00:0F:4D. Returns empty string if unknown.

Implementation

String get btleAddress => _btleAddress;
void btleAddress=(String btleAddress)

Implementation

set btleAddress(String btleAddress) => _btleAddress = btleAddress;