HomeSort by relevance Sort by last modified time
    Searched refs:onReadRemoteRssi (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 139 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) {
IBluetoothGattCallback.aidl 65 void onReadRemoteRssi(in String address, in int rssi, in int status);
BluetoothGatt.java 544 public void onReadRemoteRssi(String address, int rssi, int status) {
545 if (DBG) Log.d(TAG, "onReadRemoteRssi() - Device=" + address +
551 mCallback.onReadRemoteRssi(BluetoothGatt.this, rssi, status);
    [all...]
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 94 milliseconds