def __init__(self, uuid: str, value: Optional[Sequence[int]],
flags: Sequence[str]):
self.uuid = uuid
self.value = value
self.flags = flags
self.descriptors: MutableMapping[str, GATTDescriptor] = dict()