/packages/apps/Settings/src/com/android/settings/bluetooth/ |
PbapServerProfile.java | 42 static final String NAME = "PBAP Server"; 68 BluetoothPbap pbap = new BluetoothPbap(context, new PbapServiceListener()); local 109 // ignore: isPreferred is always true for PBAP 138 Log.w(TAG, "Error cleaning up PBAP proxy", t);
|
LocalBluetoothProfileManager.java | 130 //Create PBAP server profile, but do not add it to list of profiles 184 // There is no local SDP record for HID and Settings app doesn't control PBAP
|
CachedBluetoothDevice.java | 186 // Disconnect PBAP server in case its connected 188 // disconnect PBAP connection when HF connection is brought down
|
BluetoothPermissionActivity.java | 44 * read request. The request could be initiated by PBAP PCE or by HF AT+CPBR.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPbap.java | 32 * Public API for controlling the Bluetooth Pbap Service. This includes 34 * BluetoothPbap is a proxy object for controlling the Bluetooth Pbap 59 "android.bluetooth.pbap.intent.PBAP_STATE"; 62 "android.bluetooth.pbap.intent.PBAP_PREVIOUS_STATE"; 64 /** Indicates the state of a pbap connection state has changed. 69 "android.bluetooth.pbap.intent.action.PBAP_STATE_CHANGED"; 165 Log.e(TAG, "Could not bind to Bluetooth Pbap Service with " + intent); 211 * object is currently not connected to the Pbap service. 230 * the Pbap service. 248 * object is not currently connected to the Pbap service [all...] |
IBluetoothPbap.aidl | 22 * System private API for Bluetooth pbap service
|
BluetoothProfile.java | 85 * PBAP 88 public static final int PBAP = 6;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapService.java | 33 package com.android.bluetooth.pbap; 73 * To enable PBAP DEBUG/VERBOSE logging - run below cmd in adb shell, and 87 public static final String AUTH_CHALL_ACTION = "com.android.bluetooth.pbap.authchall"; 93 public static final String AUTH_RESPONSE_ACTION = "com.android.bluetooth.pbap.authresponse"; 99 public static final String AUTH_CANCELLED_ACTION = "com.android.bluetooth.pbap.authcancelled"; 106 "com.android.bluetooth.pbap.userconfirmtimeout"; 112 public static final String EXTRA_SESSION_KEY = "com.android.bluetooth.pbap.sessionkey"; 196 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate"); 203 if (VERBOSE) Log.v(TAG, "Starting PBAP service"); 307 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy") [all...] |
BluetoothPbapReceiver.java | 33 package com.android.bluetooth.pbap; 65 //FIX: We turn on PBAP after BluetoothAdapter.STATE_ON, 66 //but we turn off PBAP right after BluetoothAdapter.STATE_TURNING_OFF
|
BluetoothPbapConfig.java | 18 package com.android.bluetooth.pbap;
|
BluetoothPbapRfcommTransport.java | 33 package com.android.bluetooth.pbap;
|
BluetoothPbapUtils.java | 18 package com.android.bluetooth.pbap; 25 import com.android.bluetooth.pbap.BluetoothPbapService;
|
BluetoothPbapAuthenticator.java | 33 package com.android.bluetooth.pbap;
|
BluetoothPbapActivity.java | 33 package com.android.bluetooth.pbap; 62 * PbapActivity shows two dialogues: One for accepting incoming pbap request and
|
BluetoothPbapCallLogComposer.java | 16 package com.android.bluetooth.pbap;
|
BluetoothPbapObexServer.java | 33 package com.android.bluetooth.pbap; 70 // 128 bit UUID for PBAP [all...] |
BluetoothPbapVcardManager.java | 34 package com.android.bluetooth.pbap;
|
/external/bluetooth/bluedroid/bta/pb/ |
bta_pbs_int.h | 38 #define BTA_PBS_DEFAULT_VERSION 0x0101 /* for PBAP PSE version 1.1 */
|
/packages/apps/Bluetooth/ |
AndroidManifest_test.xml | 93 <activity android:name=".pbap.BluetoothPbapActivity" 102 android:name=".pbap.BluetoothPbapService" > 106 android:name=".pbap.BluetoothPbapReceiver">
|
AndroidManifest.xml | 63 <!-- For PBAP Owner Vcard Info --> 204 <activity android:name=".pbap.BluetoothPbapActivity" 215 android:name=".pbap.BluetoothPbapService" 224 android:name=".pbap.BluetoothPbapReceiver"
|
/external/bluetooth/bluedroid/btif/src/ |
btif_sock_sdp.c | 461 Bluetooth Socket API relies on having preregistered bluez sdp records for HSAG, HFAG, OPP & PBAP 463 using BT socket API so for now we will need to support OPP and PBAP to enable 3rd party developer 470 /* special handling for preregistered bluez services (OPP, PBAP) that we need to mimic */ 483 handle = add_pbap_sdp(name, final_scn); //PBAP Server is always 19 532 case RESERVED_SCN_PBS: // PBAP Reserved port
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
Config.java | 40 //Do not inclue OPP and PBAP, because their services
|
/packages/apps/Bluetooth/tests/ |
AndroidManifest.xml | 43 <!-- For PBAP Owner Vcard Info -->
|
/frameworks/base/docs/html/about/versions/ |
android-2.0-highlights.jd | 188 <li>New BT profiles: Object Push Profile (OPP) and Phone Book Access Profile (PBAP)</li>
|
/sdk/files/ |
devices.xml | 267 PBAP
|