diff options
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 |