summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/IBluetooth.aidl
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2011-07-28 17:46:45 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-28 17:46:45 -0700
commit6903a7de88e32e04965f41f1cf6371d855cdfa88 (patch)
tree060a2c949c9ab70c5fffc7dbe8e0ce55e3ad07f7 /core/java/android/bluetooth/IBluetooth.aidl
parent318fecea61f65e74b52116f8d1196b33646d477a (diff)
parent269e81a563cfe080d7f241d0d46411d3c946c111 (diff)
downloadframeworks_base-6903a7de88e32e04965f41f1cf6371d855cdfa88.zip
frameworks_base-6903a7de88e32e04965f41f1cf6371d855cdfa88.tar.gz
frameworks_base-6903a7de88e32e04965f41f1cf6371d855cdfa88.tar.bz2
Merge "Provide an API to set the friendly name of a remote device."
Diffstat (limited to 'core/java/android/bluetooth/IBluetooth.aidl')
-rw-r--r--core/java/android/bluetooth/IBluetooth.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/IBluetooth.aidl b/core/java/android/bluetooth/IBluetooth.aidl
index be43c51..ddede9c 100644
--- a/core/java/android/bluetooth/IBluetooth.aidl
+++ b/core/java/android/bluetooth/IBluetooth.aidl
@@ -66,6 +66,8 @@ interface IBluetooth
boolean setDeviceOutOfBandData(in String address, in byte[] hash, in byte[] randomizer);
String getRemoteName(in String address);
+ String getRemoteAlias(in String address);
+ boolean setRemoteAlias(in String address, in String name);
int getRemoteClass(in String address);
ParcelUuid[] getRemoteUuids(in String address);
boolean fetchRemoteUuids(in String address, in ParcelUuid uuid, in IBluetoothCallback callback);