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 34 * This class provides the APIs to control the Bluetooth Pan
50 * Intent used to broadcast the change in connection state of the Pan
73 "android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED";
77 * The local role of the PAN profile that the remote device is bound to.
80 public static final String EXTRA_LOCAL_ROLE = "android.bluetooth.pan.extra.LOCAL_ROLE";
90 * The local device is acting as a PAN User.
128 * Bluetooth Service which handles the Pan profile
343 mServiceListener.onServiceConnected(BluetoothProfile.PAN,
351 mServiceListener.onServiceDisconnected(BluetoothProfile.PAN);
BluetoothTetheringDataTracker.java 121 adapter.getProfileProxy(mContext, mProfileServiceListener, BluetoothProfile.PAN);
BluetoothAdapter.java 1171 BluetoothPan pan = new BluetoothPan(context, listener); local
1209 BluetoothPan pan = (BluetoothPan)proxy; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
PanProfile.java 33 * PanProfile handles Bluetooth PAN profile (NAP and PANU).
46 static final String NAME = "PAN";
74 BluetoothProfile.PAN);
118 // ignore: isPreferred is always true for PAN
176 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.PAN, mService);
179 Log.w(TAG, "Error cleaning up PAN proxy", t);
  /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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 17 package com.android.bluetooth.pan;
57 * Provides Bluetooth Pan Device profile, as a service in
227 Log.w(TAG,"Pan call not allowed for non-active user");
290 Log.e(TAG, "Pan Device not disconnected: " + device);
330 //drop any existing panu or pan-nap connection when changing the tethering state
403 Log.e(TAG, "bad pan connection state: " + halState);
474 Log.d(TAG, "Pan Device state : device: " + device + " State:" +
476 notifyProfileConnectionStateChanged(device, BluetoothProfile.PAN, state, prevState);
546 if (DBG) Log.d(TAG, "Max PAN device connections reached");
586 private int mLocalRole; // Which local role is this PAN device bound t
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 120 BluetoothProfile.PAN);
155 BluetoothPan pan = mBluetoothPan.get(); local
156 if (pan != null && pan.isTetheringOn()) {
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 158 milliseconds