Home
last modified time | relevance | path

Searched refs:SetDiscoverabilityMode (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgap.py64 self.host.SetDiscoverabilityMode(mode=DISCOVERABLE_GENERAL)
706 self.host.SetDiscoverabilityMode(mode=DISCOVERABLE_GENERAL)
743 self.host.SetDiscoverabilityMode(mode=NOT_DISCOVERABLE)
754 self.host.SetDiscoverabilityMode(mode=NOT_DISCOVERABLE)
840 self.host.SetDiscoverabilityMode(mode=DISCOVERABLE_GENERAL)
Dhfp.py790 self.host.SetDiscoverabilityMode(mode=DISCOVERABLE_GENERAL)
/packages/modules/Bluetooth/floss/pandora/server/
Dhost.py596 async def SetDiscoverabilityMode(self, request: host_pb2.SetDiscoverabilityModeRequest, member in HostService