Searched refs:setSharedSecretKey (Results 1 – 2 of 2) sorted by relevance
264 mTestGattServer.setSharedSecretKey(TEST_SHARED_SECRET); in testSymmetricEncryption()284 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testStoredKeySelection()286 mTestGattServer.setSharedSecretKey(TEST_SHARED_SECRET); in testStoredKeySelection()297 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testNoValidKey()307 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testDisableAfter10Failures()321 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testIgnoreAfterTimeout()337 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testInvalidPairingKey()353 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testNoPairingKey()368 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testValidPairingKeyAutoAccept()388 mTestGattServer.setSharedSecretKey(testKey.toBytes()); in testValidPairingKeyNoAutoAccept()[all …]
293 void setSharedSecretKey(byte[] key) { in setSharedSecretKey() method in FastPairGattServer