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 | 610 public void onReadRemoteRssi(String address, int rssi, int status) { 623 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-public-dex.txt | 5538 Landroid/bluetooth/BluetoothGattCallback;->onReadRemoteRssi(Landroid/bluetooth/BluetoothGatt;II)V
|
/frameworks/base/api/ |
D | current.txt | 8176 method public void onReadRemoteRssi(android.bluetooth.BluetoothGatt, int, int);
|