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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapConfig.java 18 package com.android.bluetooth.pbap;
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
BluetoothPbapRfcommTransport.java 33 package com.android.bluetooth.pbap;
BluetoothPbapAuthenticator.java 33 package com.android.bluetooth.pbap;
BluetoothPbapUtils.java 18 package com.android.bluetooth.pbap;
25 import com.android.bluetooth.pbap.BluetoothPbapService;
BluetoothPbapCallLogComposer.java 16 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
BluetoothPbapVcardManager.java 34 package com.android.bluetooth.pbap;
BluetoothPbapObexServer.java 33 package com.android.bluetooth.pbap;
70 // 128 bit UUID for PBAP
    [all...]
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...]
  /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);

Completed in 914 milliseconds