summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorWei Wang <weiwa@google.com>2014-05-20 17:59:36 -0700
committerWei Wang <weiwa@google.com>2014-05-20 20:38:29 -0700
commitab39cb7f6ac520d150e7f56c89072d229bd26793 (patch)
tree6c993c63f7c8740f019b457431b7f8b18e4f4bc8 /api
parent3d6eed9613261573795cd04033916291ff9aa5c5 (diff)
downloadframeworks_base-ab39cb7f6ac520d150e7f56c89072d229bd26793.zip
frameworks_base-ab39cb7f6ac520d150e7f56c89072d229bd26793.tar.gz
frameworks_base-ab39cb7f6ac520d150e7f56c89072d229bd26793.tar.bz2
Add scan response as an advertising parameter(1/2).
Change-Id: I75c500dd7b5f2609d3092f50ba284a5ec4a41987
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index a453d7a..b4adc8c 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -6140,6 +6140,7 @@ package android.bluetooth {
ctor public BluetoothLeAdvertiseScanData();
field public static final int ADVERTISING_DATA = 0; // 0x0
field public static final int PARSED_SCAN_RECORD = 2; // 0x2
+ field public static final int SCAN_RESPONSE_DATA = 1; // 0x1
}
public static abstract class BluetoothLeAdvertiseScanData.AdvertiseBaseData {
@@ -6183,6 +6184,7 @@ package android.bluetooth {
public class BluetoothLeAdvertiser {
method public void startAdvertising(android.bluetooth.BluetoothLeAdvertiser.Settings, android.bluetooth.BluetoothLeAdvertiseScanData.AdvertisementData, android.bluetooth.BluetoothLeAdvertiser.AdvertiseCallback);
+ method public void startAdvertising(android.bluetooth.BluetoothLeAdvertiser.Settings, android.bluetooth.BluetoothLeAdvertiseScanData.AdvertisementData, android.bluetooth.BluetoothLeAdvertiseScanData.AdvertisementData, android.bluetooth.BluetoothLeAdvertiser.AdvertiseCallback);
method public void stopAdvertising(android.bluetooth.BluetoothLeAdvertiser.Settings, android.bluetooth.BluetoothLeAdvertiser.AdvertiseCallback);
}