diff options
| author | Hemant Gupta <hemantg@codeaurora.org> | 2013-08-19 19:03:51 +0530 |
|---|---|---|
| committer | Mike Lockwood <lockwood@google.com> | 2014-06-13 09:06:35 -0700 |
| commit | 7aca90fcc0175ab44613bb3e4f3f13fc4a688fa5 (patch) | |
| tree | bd6a70125a4d273bc716fd5f75847a494868be3e /core/java/android/bluetooth/BluetoothProfile.java | |
| parent | cee3edd12524237d58bbaeced06b4ef61dad64f2 (diff) | |
Bluetooth: Add support for HFP Client role.
Implementation changes in frameworks to support
HFP Client role.
Change-Id: Ifb10527cd6c1301297cae4f923b20734af672034
Diffstat (limited to 'core/java/android/bluetooth/BluetoothProfile.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothProfile.java | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothProfile.java b/core/java/android/bluetooth/BluetoothProfile.java index d89806028556..41dabb33ac3e 100644 --- a/core/java/android/bluetooth/BluetoothProfile.java +++ b/core/java/android/bluetooth/BluetoothProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 The Android Open Source Project + * Copyright (C) 2010-2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -110,6 +110,12 @@ public interface BluetoothProfile { public static final int A2DP_SINK = 10; /** + * Handsfree Client - HFP HF Role + * @hide + */ + public static final int HANDSFREE_CLIENT = 16; + + /** * Default priority for devices that we try to auto-connect to and * and allow incoming connections for the profile * @hide |
