diff options
| author | Casper Bonde <c.bonde@samsung.com> | 2015-03-19 10:36:45 +0100 |
|---|---|---|
| committer | Andre Eisenbach <eisenbach@google.com> | 2015-04-15 23:45:51 -0700 |
| commit | d8355fbc2eebadece0ee3beae25361be32d9ee34 (patch) | |
| tree | 6ea8b26d7a0391a78d67d05e0a215e40537b32b1 /framework/java/android/bluetooth/BluetoothProfile.java | |
| parent | 7688f220e1dd3457c608aabf39ab900606a387a8 (diff) | |
Add support for Bluetooth Sim Access Profile (2/4)
Change-Id: I6c634aa38d31a7b5a98c9089840557257fd58209
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
| -rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index 136740505a..eecb073965 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -103,17 +103,23 @@ public interface BluetoothProfile { */ public static final int MAP = 9; + /* + * SAP Profile + * @hide + */ + public static final int SAP = 10; + /** * A2DP Sink Profile * @hide */ - public static final int A2DP_SINK = 10; + public static final int A2DP_SINK = 11; /** * AVRCP Controller Profile * @hide */ - public static final int AVRCP_CONTROLLER = 11; + public static final int AVRCP_CONTROLLER = 12; /** * Headset Client - HFP HF Role |
