summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-01-26 14:33:20 -0800
committerJaikumar Ganesh <jaikumar@google.com>2011-01-26 14:33:20 -0800
commit67a8b8eaa15013c6af9b66a839c9920a8c8f1d9a (patch)
treeb9aa68f91db227a02bc6b930a60cafbfbe83b18d
parent0706fed52075f7f2b25101a40287519ac18d3184 (diff)
downloadframeworks_base-67a8b8eaa15013c6af9b66a839c9920a8c8f1d9a.zip
frameworks_base-67a8b8eaa15013c6af9b66a839c9920a8c8f1d9a.tar.gz
frameworks_base-67a8b8eaa15013c6af9b66a839c9920a8c8f1d9a.tar.bz2
Disable PBAP for no voice capability
PBAP is contact transfer to cars and headsets. This is closely tied to handsfree profile. Without calling functionality it was of practically no use. It will just confuse users when they see a "Dial" button on their car systems. Bug: 3395362 Change-Id: I4e4597f0e4b371f69ed7af95d73893554e3fb8ac
-rw-r--r--core/java/android/server/BluetoothService.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/server/BluetoothService.java b/core/java/android/server/BluetoothService.java
index 5608603..115370b 100644
--- a/core/java/android/server/BluetoothService.java
+++ b/core/java/android/server/BluetoothService.java
@@ -617,8 +617,6 @@ public class BluetoothService extends IBluetooth.Stub {
BluetoothUuid.getServiceIdentifierFromParcelUuid(
BluetoothUuid.HSP_AG),
BluetoothUuid.getServiceIdentifierFromParcelUuid(
- BluetoothUuid.PBAP_PSE),
- BluetoothUuid.getServiceIdentifierFromParcelUuid(
BluetoothUuid.ObexObjectPush),
};
mAdapterSdpUuids = uuids;