diff options
author | Ganesh Ganapathi Batta <ganeshg@broadcom.com> | 2013-02-05 15:28:33 -0800 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2013-02-27 18:08:14 -0800 |
commit | 40b98951361157933c2084e855f7cffef0ca7fb7 (patch) | |
tree | 17cea117c2c77918e43d81f5e651e04b8a730758 /framework/java/android/bluetooth/BluetoothProfile.java | |
parent | 5c1f303052011bf9b359d55ff39ae2c174a84dad (diff) |
Initial version of BLE support for Bluedroid
The API classes are hidden for now. Will unhide after API console
approval.
Change-Id: I8283dd562fd6189fdd15c866ef2efb8bbdbc4109
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r--[-rwxr-xr-x] | framework/java/android/bluetooth/BluetoothProfile.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index 1920efa52f..9ee202a589 100755..100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -88,6 +88,18 @@ public interface BluetoothProfile { public static final int PBAP = 6; /** + * GATT + * @hide + */ + static public final int GATT = 7; + + /** + * GATT_SERVER + * @hide + */ + static public final int GATT_SERVER = 8; + + /** * Default priority for devices that we try to auto-connect to and * and allow incoming connections for the profile * @hide |