Searched defs:onReadRemoteRssi (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattClientListener.java258 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { method in class:GattClientListener.GattCallback
259 Log.d(TAG, "onReadRemoteRssi: " + rssi + " status: " + status);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1166 void onReadRemoteRssi(int clientIf, String address, method in class:GattService
1168 if (DBG) Log.d(TAG, "onReadRemoteRssi() - clientIf=" + clientIf + " address=" +
1173 app.callback.onReadRemoteRssi(address, rssi, status);

Completed in 105 milliseconds