Searched refs:onReadRemoteRssi (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 165 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { in onReadRemoteRssi() method in BluetoothGattCallback
|
D | BluetoothGatt.java | 635 public void onReadRemoteRssi(String address, int rssi, int status) { 648 callback.onReadRemoteRssi(BluetoothGatt.this, rssi, status);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 11408 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onReadRemoteRssi(Ljava/lang/String;II)V 11437 Landroid/bluetooth/IBluetoothGattCallback;->onReadRemoteRssi(Ljava/lang/String;II)V
|
/frameworks/base/core/api/ |
D | current.txt | 9143 method public void onReadRemoteRssi(android.bluetooth.BluetoothGatt, int, int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6285 method public void onReadRemoteRssi(android.bluetooth.BluetoothGatt, int, int);
|