Home
last modified time | relevance | path

Searched refs:updateLocalRpa (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairProvider.java64 mFastPairGattServer.updateLocalRpa(device);
DFastPairGattServer.java177 public void updateLocalRpa(BluetoothDevice device) { in updateLocalRpa() method in FastPairGattServer
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java264 mTestGattServer.updateLocalRpa(mTargetBluetoothAdapter.getRemoteDevice(address)); in setCurrentRpa()