Searched refs:LOCAL_PANU_ROLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java67 * {@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; field in class:BluetoothPan
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java1098 role = BluetoothPan.LOCAL_PANU_ROLE;
1128 if (role == BluetoothPan.LOCAL_PANU_ROLE) {
1203 role = BluetoothPan.LOCAL_PANU_ROLE;
1227 if (role == BluetoothPan.LOCAL_PANU_ROLE) {

Completed in 79 milliseconds