Home
last modified time | relevance | path

Searched refs:GATTProxy (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D__init__.py27 from mmi2grpc.gatt import GATTProxy
209 …self._gatt = GATTProxy(grpc.insecure_channel(f"localhost:{self.pandora_server_port}"), self.rootca…
Dgatt.py80 class GATTProxy(ProfileProxy): class