Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/test/pairing/
Dsmp_test.py158 is_bonded = await self.dut.aio.security_storage.IsBonded(random=ref1.random)
165 is_bonded = await self.dut.aio.security_storage.IsBonded(random=ref2.random)
168 is_bonded = await self.dut.aio.security_storage.IsBonded(random=ref1.random)
/packages/modules/Bluetooth/floss/pandora/server/
Dsecurity.py382 async def IsBonded(self, request: security_pb2.IsBondedRequest, member in SecurityStorageService