HomeSort by relevance Sort by last modified time
    Searched full:pbap (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/opt/bluetooth/
Android.mk 6 src_dirs:= src/android/bluetooth/client/pbap
11 LOCAL_MODULE:= android.bluetooth.client.pbap
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 31 * Public API for controlling the Bluetooth Pbap Service. This includes
33 * BluetoothPbap is a proxy object for controlling the Bluetooth Pbap
58 "android.bluetooth.pbap.intent.PBAP_STATE";
61 "android.bluetooth.pbap.intent.PBAP_PREVIOUS_STATE";
63 /** Indicates the state of a pbap connection state has changed.
68 "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;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestPullPhoneBookSize.java 17 package android.bluetooth.client.pbap;
21 import android.bluetooth.client.pbap.utils.ObexAppParameters;
BluetoothPbapRequestPullVcardListingSize.java 17 package android.bluetooth.client.pbap;
21 import android.bluetooth.client.pbap.utils.ObexAppParameters;
BluetoothPbapRequestPullVcardListing.java 17 package android.bluetooth.client.pbap;
21 import android.bluetooth.client.pbap.utils.ObexAppParameters;
22 import android.bluetooth.client.pbap.BluetoothPbapVcardListing;
BluetoothPbapRequestPullVcardEntry.java 17 package android.bluetooth.client.pbap;
22 import android.bluetooth.client.pbap.utils.ObexAppParameters;
BluetoothPbapRequestPullPhoneBook.java 17 package android.bluetooth.client.pbap;
22 import android.bluetooth.client.pbap.utils.ObexAppParameters;
BluetoothPbapRequestSetPath.java 17 package android.bluetooth.client.pbap;
BluetoothPbapRequest.java 17 package android.bluetooth.client.pbap;
71 /* make sure final flag for GET is used (PBAP spec 6.2.2) */
BluetoothPbapObexAuthenticator.java 17 package android.bluetooth.client.pbap;
BluetoothPbapObexTransport.java 17 package android.bluetooth.client.pbap;
BluetoothPbapVcardList.java 17 package android.bluetooth.client.pbap;
BluetoothPbapVcardListing.java 17 package android.bluetooth.client.pbap;
BluetoothPbapSession.java 17 package android.bluetooth.client.pbap;
33 private static final String TAG = "android.bluetooth.client.pbap.BluetoothPbapSession";
83 mHandlerThread = new HandlerThread("PBAP session handler",
  /packages/apps/Settings/src/com/android/settings/bluetooth/
PbapServerProfile.java 44 static final String NAME = "PBAP Server";
49 // The UUIDs indicate that remote device might access pbap server
77 BluetoothPbap pbap = new BluetoothPbap(context, new PbapServiceListener()); local
118 // ignore: isPreferred is always true for PBAP
148 Log.w(TAG, "Error cleaning up PBAP proxy", t);
DeviceProfilesSettings.java 59 private static final String KEY_PBAP_SERVER = "PBAP Server";
150 // Only provide PBAP cabability if the client device has requested PBAP.
331 // Handle PBAP specially.
  /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");
337 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;
  /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">
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
BmsgTokenizer.java 17 package android.bluetooth.client.pbap.utils;

Completed in 539 milliseconds

1 2 3