diff options
| author | Mike Lockwood <lockwood@google.com> | 2014-06-12 11:23:40 -0700 |
|---|---|---|
| committer | Mike Lockwood <lockwood@google.com> | 2014-06-13 09:06:35 -0700 |
| commit | cf916d34671f0ab6aad8de24c18e4dc96fb21941 (patch) | |
| tree | 986ea6ead1ab77293d01d66d76f4fdc36542c6fb /core/java/android/bluetooth/BluetoothProfile.java | |
| parent | 7aca90fcc0175ab44613bb3e4f3f13fc4a688fa5 (diff) | |
Rename BluetoothHandsfreeClient to BluetoothHeadsetClient
This makes our terminology consistent with the existing BluetoothHeadset profile
Also updated arguments to Context.bindService()
Change-Id: I27cc5a6fde256b1f5dccca53a7a15ec8f58691c2
Diffstat (limited to 'core/java/android/bluetooth/BluetoothProfile.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothProfile.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothProfile.java b/core/java/android/bluetooth/BluetoothProfile.java index 41dabb33ac3e..ee95eceadbbb 100644 --- a/core/java/android/bluetooth/BluetoothProfile.java +++ b/core/java/android/bluetooth/BluetoothProfile.java @@ -110,10 +110,10 @@ public interface BluetoothProfile { public static final int A2DP_SINK = 10; /** - * Handsfree Client - HFP HF Role + * Headset Client - HFP HF Role * @hide */ - public static final int HANDSFREE_CLIENT = 16; + public static final int HEADSET_CLIENT = 16; /** * Default priority for devices that we try to auto-connect to and |
