|
Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
This Java example demonstrates a client connecting to Avalun's LabPad device.
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 example demonstrates a client connecting to Avalun's LabPad device.
It differs from dbt_scanner10 as follows:
Generic Access service-dev LabPad device name and SMPIOCapability::KEYBOARD_ONLY + BTSecurityLevel::ENC_AUTH-passkey <int> uses LabPad implicitly, i.e. user only needs to pass the integer w/o device name.Other than that, please refer to dbt_scanner10 as a general example.
Definition at line 91 of file DBTLabPadClient01.java.
| void DBTLabPadClient01.runTest | ( | final BTManager | manager | ) |
|
static |
Definition at line 828 of file DBTLabPadClient01.java.