summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothProfile.java
diff options
context:
space:
mode:
authorHemant Gupta <hemantg@codeaurora.org>2013-08-19 19:03:51 +0530
committerMike Lockwood <lockwood@google.com>2014-06-13 09:06:35 -0700
commit7aca90fcc0175ab44613bb3e4f3f13fc4a688fa5 (patch)
treebd6a70125a4d273bc716fd5f75847a494868be3e /core/java/android/bluetooth/BluetoothProfile.java
parentcee3edd12524237d58bbaeced06b4ef61dad64f2 (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.java8
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