Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java1093 role = BluetoothPan.LOCAL_PANU_ROLE; in connectPanOrIncomingPanConnection()
1123 if (role == BluetoothPan.LOCAL_PANU_ROLE) { in connectPanOrIncomingPanConnection()
1198 role = BluetoothPan.LOCAL_PANU_ROLE; in disconnectFromRemoteOrVerifyConnectNap()
1222 if (role == BluetoothPan.LOCAL_PANU_ROLE) { in disconnectFromRemoteOrVerifyConnectNap()
/frameworks/base/core/java/android/bluetooth/
DBluetoothPan.java93 public static final int LOCAL_PANU_ROLE = 2; field in BluetoothPan