Searched defs:onReadRemoteRssi (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattCallback.aidl | 38 void onReadRemoteRssi(in String address, in int rssi, in int status); in onReadRemoteRssi() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 215 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) {} in onReadRemoteRssi() method in BluetoothGattCallback
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattClientListener.java | 258 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/ |
D | GattNativeInterface.java | 171 void onReadRemoteRssi(int clientIf, String address, int rssi, int status) in onReadRemoteRssi() method in GattNativeInterface
|
D | GattService.java | 1791 void onReadRemoteRssi(int clientIf, String address, int rssi, int status) in onReadRemoteRssi() method in GattService
|