Home | History | Annotate | Download | only in pbap

Lines Matching refs:PBAP

33 package com.android.bluetooth.pbap;
69 * To enable PBAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
83 public static final String AUTH_CHALL_ACTION = "com.android.bluetooth.pbap.authchall";
89 public static final String AUTH_RESPONSE_ACTION = "com.android.bluetooth.pbap.authresponse";
95 public static final String AUTH_CANCELLED_ACTION = "com.android.bluetooth.pbap.authcancelled";
102 "com.android.bluetooth.pbap.userconfirmtimeout";
108 public static final String EXTRA_SESSION_KEY = "com.android.bluetooth.pbap.sessionkey";
193 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate");
200 if (VERBOSE) Log.v(TAG, "Starting PBAP service");
212 if (VERBOSE) Log.v(TAG, "Pbap Service onStartCommand");
297 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy");
310 if (VERBOSE) Log.v(TAG, "Pbap Service onBind");
315 if (VERBOSE) Log.v(TAG, "Pbap Service startRfcommSocketListener");
331 if (VERBOSE) Log.v(TAG, "Pbap Service initSocket");
388 if (VERBOSE) Log.v(TAG, "Pbap Service closeService");
415 if (VERBOSE) Log.v(TAG, "successfully stopped pbap service");
420 if (VERBOSE) Log.v(TAG, "Pbap Service startObexServerSession");
454 if (VERBOSE) Log.v(TAG, "Pbap Service stopObexServerSession");
628 if (DEBUG) Log.d(TAG, "Pbap state " + mState + " -> " + state + ", result = "
638 mBluetoothService.sendConnectionStateChange(mRemoteDevice, BluetoothProfile.PBAP,