Searched refs:GATTProxy (Results 1 – 2 of 2) sorted by relevance
27 from mmi2grpc.gatt import GATTProxy209 …self._gatt = GATTProxy(grpc.insecure_channel(f"localhost:{self.pandora_server_port}"), self.rootca…
80 class GATTProxy(ProfileProxy): class