aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothProfile.java
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-08-19 10:26:32 -0700
committerJaikumar Ganesh <jaikumar@google.com>2011-08-22 14:44:38 -0700
commit5317842b3d84997bc5327a404cea1d6bcd9d515d (patch)
treef00f6c29116ab397db6704ae01eef675ab5f803e /framework/java/android/bluetooth/BluetoothProfile.java
parentdb696839baf81678198ab1e9ffb25ff343f00f0c (diff)
Add Api to get profile connection state.
This gets the current connection state of the profile with respect to the local Bluetooth adapter. Change-Id: I7cff6c9201d29a8b45413cff7384b7483f21bd5c
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothProfile.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java
index 6cd81fde72..58b3868387 100644
--- a/framework/java/android/bluetooth/BluetoothProfile.java
+++ b/framework/java/android/bluetooth/BluetoothProfile.java
@@ -83,6 +83,12 @@ public interface BluetoothProfile {
public static final int PAN = 5;
/**
+ * PBAP
+ * @hide
+ */
+ public static final int PBAP = 6;
+
+ /**
* Default priority for devices that we try to auto-connect to and
* and allow incoming connections for the profile
* @hide