25package trial.org.direct_bt;
27import org.direct_bt.BTSecurityLevel;
28import org.junit.FixMethodOrder;
30import org.junit.runners.MethodSorters;
43@FixMethodOrder(MethodSorters.NAME_ASCENDING)
45 static final boolean serverSC =
true;
47 @Test(timeout = 20000)
48 public final
void test02_FullCycle_EncNone() {
51 test8x_fullCycle(20000,
"12", 1,
false , serverSC,
55 @Test(timeout = 30000)
56 public final
void test03_FullCycle_EncNone() {
59 test8x_fullCycle(30000,
"13", 2,
false , serverSC,
63 public static void main(
final String args[]) {
Testing a full Bluetooth server and client lifecycle of operations, requiring two BT adapter:
Testing a full Bluetooth server and client lifecycle of operations, requiring two BT adapter:
static void main(final String args[])
Bluetooth Security Level.
NONE
No encryption and no authentication.