Searched refs:processPairingKey (Results 1 – 2 of 2) sorted by relevance
331 assertThat(mTestGattServer.processPairingKey(encryptedPairingKey)).isFalse(); in testIgnoreAfterTimeout()346 mTestGattServer.processPairingKey(encryptedPairingKey); in testInvalidPairingKey()360 mTestGattServer.processPairingKey(encryptedPairingKey); in testNoPairingKey()377 mTestGattServer.processPairingKey(encryptedPairingKey); in testValidPairingKeyAutoAccept()397 mTestGattServer.processPairingKey(encryptedPairingKey); in testValidPairingKeyNoAutoAccept()417 mTestGattServer.processPairingKey(encryptedPairingKey); in receivedAccountKey()
224 processPairingKey(value);522 boolean processPairingKey(byte[] pairingKey) { in processPairingKey() method in FastPairGattServer