Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Classes | Public Member Functions | Static Public Member Functions | List of all members
DBTScanner10 Class Reference

This Java scanner BTRole::Master GATT client example uses an event driven workflow and 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 BTRole::Master GATT client example uses an event driven workflow and multithreading, i.e.

one thread processes each found device when notified.

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

◆ runTest()

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

Definition at line 672 of file DBTScanner10.java.

Here is the caller graph for this function:

◆ main()

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

Definition at line 724 of file DBTScanner10.java.


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