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

  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 21 import android.bluetooth.BluetoothPan;
125 return BluetoothPan.STATE_DISCONNECTED;
133 if (getPanDeviceConnectionState(device) != BluetoothPan.STATE_DISCONNECTED) {
139 if (getPanDeviceConnectionState(panDevice) == BluetoothPan.STATE_CONNECTED) {
150 handlePanDeviceStateChange(device, null, BluetoothPan.STATE_CONNECTING,
151 BluetoothPan.LOCAL_PANU_ROLE);
156 handlePanDeviceStateChange(device, null, BluetoothPan.STATE_DISCONNECTED,
157 BluetoothPan.LOCAL_PANU_ROLE);
169 if (state == BluetoothPan.STATE_CONNECTED &&
170 panDevice.mLocalRole == BluetoothPan.LOCAL_NAP_ROLE)
    [all...]
BluetoothEventLoop.java 25 import android.bluetooth.BluetoothPan;
521 BluetoothPan.STATE_DISCONNECTED,
522 BluetoothPan.LOCAL_PANU_ROLE);
528 BluetoothPan.STATE_CONNECTED,
529 BluetoothPan.LOCAL_PANU_ROLE);
    [all...]
BluetoothService.java 34 import android.bluetooth.BluetoothPan;
95 private BluetoothPan mPan;
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
PanProfile.java 22 import android.bluetooth.BluetoothPan;
35 private BluetoothPan mService;
51 mService = (BluetoothPan) proxy;
152 return mDeviceRoleMap.get(device) == BluetoothPan.LOCAL_NAP_ROLE;
LocalBluetoothProfileManager.java 23 import android.bluetooth.BluetoothPan;
114 BluetoothPan.ACTION_CONNECTION_STATE_CHANGED);
237 int role = intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, 0);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 19 import android.bluetooth.BluetoothPan;
230 mConnectionAction = BluetoothPan.ACTION_CONNECTION_STATE_CHANGED;
275 if (mRole != intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, -1)) {
325 mPan = (BluetoothPan) proxy;
362 private BluetoothPan mPan = null;
706 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
724 if (mPan == null) mPan = (BluetoothPan) connectProxy(adapter, BluetoothProfile.PAN);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 35 *<p>BluetoothPan is a proxy object for controlling the Bluetooth
37 * the BluetoothPan proxy object.
42 public final class BluetoothPan implements BluetoothProfile {
43 private static final String TAG = "BluetoothPan";
120 * Create a BluetoothPan proxy object for interacting with the local
124 /*package*/ BluetoothPan(Context mContext, ServiceListener l) {
BluetoothTetheringDataTracker.java 56 private BluetoothPan mBluetoothPan;
106 mBluetoothPan = (BluetoothPan) proxy;
BluetoothAdapter.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 26 import android.bluetooth.BluetoothPan;
80 private BluetoothPan mBluetoothPan;
190 mBluetoothPan = (BluetoothPan) proxy;

Completed in 2861 milliseconds