Searched refs:onReadRemoteRssi (Results 1 – 8 of 8) sorted by relevance
/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
|
D | BluetoothGatt.java | 789 public void onReadRemoteRssi(String address, int rssi, int status) { 807 callback.onReadRemoteRssi(BluetoothGatt.this, rssi, status);
|
/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/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 173 getGattService().onReadRemoteRssi(clientIf, address, rssi, status); in onReadRemoteRssi()
|
D | GattService.java | 1791 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/ |
D | GattClientListener.java | 258 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { in onReadRemoteRssi() method in GattClientListener.GattCallback
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1601 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/ |
D | current.txt | 657 method public void onReadRemoteRssi(android.bluetooth.BluetoothGatt, int, int);
|