Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java534 public void gattClientReadRemoteRssi(int clientIf, String address) { in gattClientReadRemoteRssi() method in GattNativeInterface
DGattService.java2538 mNativeInterface.gattClientReadRemoteRssi(clientIf, address); in readRemoteRssi()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java492 verify(mNativeInterface).gattClientReadRemoteRssi(clientIf, address); in readRemoteRssi()