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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 79 * PAN Profile
82 public static final int PAN = 5;
BluetoothPan.java 32 * This class provides the APIs to control the Bluetooth Pan
47 * Intent used to broadcast the change in connection state of the Pan
70 "android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED";
74 * The local role of the PAN profile that the remote device is bound to.
77 public static final String EXTRA_LOCAL_ROLE = "android.bluetooth.pan.extra.LOCAL_ROLE";
85 * The local device is acting as a PAN User.
121 * Bluetooth Service which handles the Pan profile
131 mServiceListener.onServiceConnected(BluetoothProfile.PAN, this);
BluetoothTetheringDataTracker.java 99 adapter.getProfileProxy(mContext, mProfileServiceListener, BluetoothProfile.PAN);
BluetoothAdapter.java 1186 BluetoothPan pan = new BluetoothPan(context, listener); local
1224 BluetoothPan pan = (BluetoothPan)proxy; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
PanProfile.java 32 * PanProfile handles Bluetooth PAN profile (NAP and PANU).
41 static final String NAME = "PAN";
62 BluetoothProfile.PAN);
100 // ignore: isPreferred is always true for PAN
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 229 case BluetoothProfile.PAN:
268 super(device, BluetoothProfile.PAN, expectedFlags);
324 case BluetoothProfile.PAN:
344 case BluetoothProfile.PAN:
701 * Enables PAN tethering on the local device and checks to make sure that tethering is enabled.
706 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
718 * Disables PAN tethering on the local device and checks to make sure that tethering is
724 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 44 * This handles the PAN profile. All calls into this are made
132 if (DBG) Log.d(TAG, "connect PAN(" + objectPath + ")");
134 errorLog(device + " already connected to PAN");
144 debugLog(device + " could not connect to PAN because 8 other devices are"
153 debugLog("connecting to PAN");
158 errorLog("could not connect to PAN");
164 debugLog("disconnect all PAN devices");
179 errorLog("could not disconnect Pan Server Device "+device.getAddress());
220 debugLog("disconnect PAN(" + objectPath + ")");
224 debugLog(device + " already disconnected from PAN");
    [all...]
BluetoothService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 118 BluetoothProfile.PAN);

Completed in 5901 milliseconds