summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-12-07 15:03:55 -0800
committerNick Pelly <npelly@google.com>2011-12-09 14:35:38 -0800
commit75596b4545da36fa7592bd4a2ae680e5b336ee47 (patch)
tree32325499de5525e76b15eb8a153714ff6bc11248 /api
parent09588f64a280b98eefc22d05fd5ff7916ba9203e (diff)
downloadframeworks_base-75596b4545da36fa7592bd4a2ae680e5b336ee47.zip
frameworks_base-75596b4545da36fa7592bd4a2ae680e5b336ee47.tar.gz
frameworks_base-75596b4545da36fa7592bd4a2ae680e5b336ee47.tar.bz2
Add BluetoothAdapter.getRemoteDevice(byte[])
This is useful for NFC->BT hand-over, where we are already working with bytes. Change-Id: I2fff0b4fa0cefe9bfdf9a13f7ec6f557776a8a03
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 5dc32ae..8bcae0a 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -4244,6 +4244,7 @@ package android.bluetooth {
method public int getProfileConnectionState(int);
method public boolean getProfileProxy(android.content.Context, android.bluetooth.BluetoothProfile.ServiceListener, int);
method public android.bluetooth.BluetoothDevice getRemoteDevice(java.lang.String);
+ method public android.bluetooth.BluetoothDevice getRemoteDevice(byte[]);
method public int getScanMode();
method public int getState();
method public boolean isDiscovering();