HomeSort by relevance Sort by last modified time
    Searched refs:PBAP (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/
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;
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")
    [all...]

Completed in 116 milliseconds