Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java258 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { in onReadRemoteRssi() method in GattClientListener.GattCallback
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1166 void onReadRemoteRssi(int clientIf, String address, in onReadRemoteRssi() method in GattService
1173 app.callback.onReadRemoteRssi(address, rssi, status); in onReadRemoteRssi()