diff options
author | Mike Lockwood <lockwood@google.com> | 2014-06-02 16:20:37 -0700 |
---|---|---|
committer | Mike Lockwood <lockwood@google.com> | 2014-06-13 09:06:36 -0700 |
commit | 517b04f1485e17c93ad21bb303e8d1acade86ba6 (patch) | |
tree | ba7bb23d66f96b8872177a18ceadef797400c61c /framework/java/android/bluetooth/BluetoothProfile.java | |
parent | c7afa17621bfdc826a071e463c9be121fdafd633 (diff) |
BluetoothAvrcpController: Move AVRCP controller support to new BluetoothProfile subclass
Change-Id: Id988040a7ce623ed68e0349920301ff48db1fbce
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index ee95eceadb..136740505a 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -110,6 +110,12 @@ public interface BluetoothProfile { public static final int A2DP_SINK = 10; /** + * AVRCP Controller Profile + * @hide + */ + public static final int AVRCP_CONTROLLER = 11; + + /** * Headset Client - HFP HF Role * @hide */ |