Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
This Java scanner example uses the Direct-BT fully event driven workflow and adds multithreading, i.e. More...
Classes | |
class | MyAdapterStatusListener |
class | MyGATTEventListener |
Public Member Functions | |
void | runTest (final BTManager manager) |
Static Public Member Functions | |
static void | main (final String[] args) throws InterruptedException |
This Java scanner example uses the Direct-BT fully event driven workflow and adds multithreading, i.e.
one thread processes each found device found as notified via the event listener.
This example represents the recommended utilization of Direct-BT.
See dbt_scanner10.cpp
for invocation examples, since both apps are fully compatible.
Definition at line 78 of file DBTScanner10.java.
|
static |
Definition at line 741 of file DBTScanner10.java.
void DBTScanner10.runTest | ( | final BTManager | manager | ) |
Definition at line 690 of file DBTScanner10.java.