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 132 BluetoothPan.LOCAL_PANU_ROLE, BluetoothPan.REMOTE_NAP_ROLE);
150 BluetoothPan.LOCAL_PANU_ROLE, BluetoothPan.REMOTE_NAP_ROLE)) {
152 BluetoothPan.LOCAL_PANU_ROLE, BluetoothPan.REMOTE_NAP_ROLE);
154 BluetoothProfile.STATE_DISCONNECTED, BluetoothPan.LOCAL_PANU_ROLE,
165 BluetoothProfile.STATE_DISCONNECTING, BluetoothPan.LOCAL_PANU_ROLE,
168 BluetoothProfile.STATE_DISCONNECTED, BluetoothPan.LOCAL_PANU_ROLE,
319 return (getPanLocalRoleNative() & BluetoothPan.LOCAL_PANU_ROLE) != 0;
426 if (remote_role == BluetoothPan.LOCAL_PANU_ROLE) {
428 if((!mTetherOn)||(local_role == BluetoothPan.LOCAL_PANU_ROLE)){
446 Log.d(TAG, "handlePanDeviceStateChange LOCAL_PANU_ROLE:REMOTE_NAP_ROLE state = "
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 67 * {@link #LOCAL_PANU_ROLE}
78 * It can be one of {@link #LOCAL_NAP_ROLE} or {@link #LOCAL_PANU_ROLE}.
92 public static final int LOCAL_PANU_ROLE = 2;
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java     [all...]

Completed in 137 milliseconds