1 """This is a stub of _bleio for use in GitHub Actions CI. It is NOT meant to provide _bleio
2 functionality in CPython."""
11 LESC_ENCRYPT_WITH_MITM = 0
16 def __init__(self, uuid):
21 def add_to_characteristic(characteristic, uuid, *, read_perm=Attribute.OPEN,
22 write_perm=Attribute.OPEN, max_length=20, fixed_length=False,
26 class CharacteristicBuffer:
41 def add_to_service(service, uuid, *, properties=0, read_perm=Attribute.OPEN,
42 write_perm=Attribute.OPEN, max_length=20, fixed_length=False,
44 raise NotImplementedError()