diff options
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
| -rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index 41dabb33ac..ee95eceadb 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/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 |
