rafifajar22
Results
2
issues of
rafifajar22
I want to connect with ble device, but I only know UUID, therefore I try to discovery with UUID, discovery result managed to get ble device that I want. But...
how to stop main loop, because there is blocking, and and I can't call stop function, this my code import gatt manager = gatt.DeviceManager(adapter_name='hci0') class AnyDevice(gatt.Device): def services_resolved(self): super().services_resolved() device_proprietary_service...