Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java79 public static final ParcelUuid FAST_PAIR_MODEL_ID_UUID = ParcelUuid field in FastPairGattServer
428 mModelIdCharacteristic = new BluetoothGattCharacteristic(FAST_PAIR_MODEL_ID_UUID.getUuid(), in setup()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java84 static final ParcelUuid FAST_PAIR_MODEL_ID_UUID = ParcelUuid field in FastPairGattServerTest
291 mBluetoothGattService.getCharacteristic(FAST_PAIR_MODEL_ID_UUID.getUuid()); in startAndVerifyServer()