BmCharacteristicProperties constructor
BmCharacteristicProperties({
- required bool broadcast,
- required bool read,
- required bool writeWithoutResponse,
- required bool write,
- required bool notify,
- required bool indicate,
- required bool authenticatedSignedWrites,
- required bool extendedProperties,
- required bool notifyEncryptionRequired,
- required bool indicateEncryptionRequired,
Implementation
BmCharacteristicProperties({
required this.broadcast,
required this.read,
required this.writeWithoutResponse,
required this.write,
required this.notify,
required this.indicate,
required this.authenticatedSignedWrites,
required this.extendedProperties,
required this.notifyEncryptionRequired,
required this.indicateEncryptionRequired,
});