Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Classes | Public Member Functions | Static Public Member Functions | List of all members
DBTScanner10 Class Reference

This Java scanner example uses the Direct-BT fully event driven workflow and adds multithreading, i.e. More...

Collaboration diagram for DBTScanner10:

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
 

Detailed Description

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.

Examples
DBTScanner10.java.

Definition at line 78 of file DBTScanner10.java.

Member Function Documentation

◆ main()

static void DBTScanner10.main ( final String[]  args) throws InterruptedException
static
Examples
DBTScanner10.java.

Definition at line 741 of file DBTScanner10.java.

Here is the call graph for this function:

◆ runTest()

void DBTScanner10.runTest ( final BTManager  manager)
Examples
DBTScanner10.java.

Definition at line 690 of file DBTScanner10.java.

Here is the call graph for this function:

The documentation for this class was generated from the following file: