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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 133 BluetoothPan.LOCAL_PANU_ROLE, BluetoothPan.REMOTE_NAP_ROLE);
151 BluetoothPan.LOCAL_PANU_ROLE, BluetoothPan.REMOTE_NAP_ROLE)) {
153 BluetoothPan.LOCAL_PANU_ROLE, BluetoothPan.REMOTE_NAP_ROLE);
155 BluetoothProfile.STATE_DISCONNECTED, BluetoothPan.LOCAL_PANU_ROLE,
166 BluetoothProfile.STATE_DISCONNECTING, BluetoothPan.LOCAL_PANU_ROLE,
169 BluetoothProfile.STATE_DISCONNECTED, BluetoothPan.LOCAL_PANU_ROLE,
297 return (getPanLocalRoleNative() & BluetoothPan.LOCAL_PANU_ROLE) != 0;
427 if (remote_role == BluetoothPan.LOCAL_PANU_ROLE) {
429 if((!mTetherOn)||(local_role == BluetoothPan.LOCAL_PANU_ROLE)){
447 Log.d(TAG, "handlePanDeviceStateChange LOCAL_PANU_ROLE:REMOTE_NAP_ROLE state = "
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 66 * {@link #LOCAL_PANU_ROLE}
77 * It can be one of {@link #LOCAL_NAP_ROLE} or {@link #LOCAL_PANU_ROLE}.
91 public static final int LOCAL_PANU_ROLE = 2;
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java     [all...]

Completed in 76 milliseconds