Home
last modified time | relevance | path

Searched defs:onReadRemoteRssi (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattCallback.aidl38 void onReadRemoteRssi(in String address, in int rssi, in int status); in onReadRemoteRssi() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java215 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) {} in onReadRemoteRssi() method in BluetoothGattCallback
/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/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java171 void onReadRemoteRssi(int clientIf, String address, int rssi, int status) in onReadRemoteRssi() method in GattNativeInterface
DGattService.java1791 void onReadRemoteRssi(int clientIf, String address, int rssi, int status) in onReadRemoteRssi() method in GattService