CharacteristicProperties.fromProto constructor

CharacteristicProperties.fromProto(
  1. BmCharacteristicProperties p
)

Implementation

CharacteristicProperties.fromProto(BmCharacteristicProperties p)
    : broadcast = p.broadcast,
      read = p.read,
      writeWithoutResponse = p.writeWithoutResponse,
      write = p.write,
      notify = p.notify,
      indicate = p.indicate,
      authenticatedSignedWrites = p.authenticatedSignedWrites,
      extendedProperties = p.extendedProperties,
      notifyEncryptionRequired = p.notifyEncryptionRequired,
      indicateEncryptionRequired = p.indicateEncryptionRequired;