Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java215 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) {} in onReadRemoteRssi() method in BluetoothGattCallback
DBluetoothGatt.java789 public void onReadRemoteRssi(String address, int rssi, int status) {
807 callback.onReadRemoteRssi(BluetoothGatt.this, rssi, status);
/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/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java171 void onReadRemoteRssi(int clientIf, String address, int rssi, int status) in onReadRemoteRssi() method in GattNativeInterface
173 getGattService().onReadRemoteRssi(clientIf, address, rssi, status); in onReadRemoteRssi()
DGattService.java1791 void onReadRemoteRssi(int clientIf, String address, int rssi, int status) in onReadRemoteRssi() method in GattService
1806 app.callback.onReadRemoteRssi(address, rssi, status); in onReadRemoteRssi()
/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/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1601 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onReadRemoteRssi(Ljava/lang/String;II)V
1630 Landroid/bluetooth/IBluetoothGattCallback;->onReadRemoteRssi(Ljava/lang/String;II)V
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt657 method public void onReadRemoteRssi(android.bluetooth.BluetoothGatt, int, int);