Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java193 BluetoothGattCharacteristic mAccountKeyCharacteristic; field in FastPairGattServerTest
296 mAccountKeyCharacteristic = in startAndVerifyServer()
305 assertThat(mAccountKeyCharacteristic).isNotNull(); in startAndVerifyServer()
419 assertThat(mAccountKeyCharacteristic).isNotNull(); in sendAccountKeyRequest()
420 return sendCharacteristicWriteRequest(device, mAccountKeyCharacteristic, value); in sendAccountKeyRequest()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java194 private BluetoothGattCharacteristic mAccountKeyCharacteristic; field in FastPairGattServer
274 } else if (characteristic == mAccountKeyCharacteristic) {
459 mAccountKeyCharacteristic = in setup()
463 mFastPairService.addCharacteristic(mAccountKeyCharacteristic); in setup()