summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/IBluetooth.aidl
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-02-23 10:22:15 -0800
committerJaikumar Ganesh <jaikumar@google.com>2011-02-23 15:49:15 -0800
commit74ef1199459629c5dd9f272f8cd706d82cdfeeb1 (patch)
treef8c0200d4cd1fb14f24fdd704630f3658197b4c0 /core/java/android/bluetooth/IBluetooth.aidl
parent2653a1e7ca55b03f5230dffa85dfe2705757e2b7 (diff)
downloadframeworks_base-74ef1199459629c5dd9f272f8cd706d82cdfeeb1.zip
frameworks_base-74ef1199459629c5dd9f272f8cd706d82cdfeeb1.tar.gz
frameworks_base-74ef1199459629c5dd9f272f8cd706d82cdfeeb1.tar.bz2
Make BluetoothPan inherit from BluetoothProfile.
Change-Id: Ibd3e24e391be93ebe2cf975bd075efb68e10c1ff
Diffstat (limited to 'core/java/android/bluetooth/IBluetooth.aidl')
-rw-r--r--core/java/android/bluetooth/IBluetooth.aidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/IBluetooth.aidl b/core/java/android/bluetooth/IBluetooth.aidl
index 69fb06a..d25f5d0 100644
--- a/core/java/android/bluetooth/IBluetooth.aidl
+++ b/core/java/android/bluetooth/IBluetooth.aidl
@@ -92,8 +92,9 @@ interface IBluetooth
boolean isTetheringOn();
void setBluetoothTethering(boolean value);
- int getPanDeviceState(in BluetoothDevice device);
+ int getPanDeviceConnectionState(in BluetoothDevice device);
List<BluetoothDevice> getConnectedPanDevices();
+ List<BluetoothDevice> getPanDevicesMatchingConnectionStates(in int[] states);
boolean connectPanDevice(in BluetoothDevice device);
boolean disconnectPanDevice(in BluetoothDevice device);