HomeSort by relevance Sort by last modified time
    Searched defs:pbap (Results 1 - 9 of 9) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapConfig.java 18 package com.android.bluetooth.pbap;
BluetoothPbapAuthenticator.java 33 package com.android.bluetooth.pbap;
BluetoothPbapCallLogComposer.java 16 package com.android.bluetooth.pbap;
BluetoothPbapActivity.java 33 package com.android.bluetooth.pbap;
60 * PbapActivity shows two dialogues: One for accepting incoming pbap request and
BluetoothPbapUtils.java 18 package com.android.bluetooth.pbap;
44 import com.android.bluetooth.pbap.BluetoothPbapService;
73 * counter between pbap sessions*/
509 * moment (Case: immediate Pbap connect on system boot with BT ON)*/
551 /* This code checks if there is any update in contacts after last pbap
567 + "Pbap Connect, primaryVersionCounter=" + primaryVersionCounter
605 /* As per Pbap 1.2 specification, Database Identifies shall be
BluetoothPbapObexServer.java 33 package com.android.bluetooth.pbap;
75 // 128 bit UUID for PBAP
405 /* PBAP 1.1.1 change */
    [all...]
BluetoothPbapService.java 33 package com.android.bluetooth.pbap;
85 * To enable PBAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
99 public static final String AUTH_CHALL_ACTION = "com.android.bluetooth.pbap.authchall";
105 public static final String AUTH_RESPONSE_ACTION = "com.android.bluetooth.pbap.authresponse";
111 public static final String AUTH_CANCELLED_ACTION = "com.android.bluetooth.pbap.authcancelled";
118 "com.android.bluetooth.pbap.userconfirmtimeout";
124 public static final String EXTRA_SESSION_KEY = "com.android.bluetooth.pbap.sessionkey";
347 if (VERBOSE) Log.v(TAG, "Pbap Service initSocket");
426 if (VERBOSE) Log.v(TAG, "Pbap Service closeService in");
456 if (VERBOSE) Log.v(TAG, "Pbap Service closeService out")
    [all...]
BluetoothPbapVcardManager.java 34 package com.android.bluetooth.pbap;
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
PbapServerProfile.java 42 public static final String NAME = "PBAP Server";
47 // The UUIDs indicate that remote device might access pbap server
75 BluetoothPbap pbap = new BluetoothPbap(context, new PbapServiceListener()); local
116 // ignore: isPreferred is always true for PBAP
146 Log.w(TAG, "Error cleaning up PBAP proxy", t);

Completed in 2802 milliseconds