broadcast property

bool broadcast

Check to see if broadcast is available in this characteristic.

If this is true then you can use get a notification when this device sends out a broadcast beacon.

Implementation

bool get broadcast => _properties.broadcast;