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