aboutsummaryrefslogtreecommitdiffstats
path: root/examples/java/ScannerTinyB01.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup warningsSven Gothel2020-10-161-1/+1
* AdapterStatusListener[1] and DBTAdapter[2] API Refinement: [1] non const DBTA...Sven Gothel2020-10-131-3/+3
* Drop ScannerTinyB10 TinyB general code; Adapt ScannerTinyB* to BluetoothManag...Sven Gothel2020-09-251-0/+2
* Fixing Example crossreference and Menu itemSven Gothel2020-09-031-1/+1
* README: More detailed Direct-BT description (event driven, build depenencies,...Sven Gothel2020-09-031-0/+8
* DBTAdapter: Have non-enabled adapter to be valid, use lazy HCI initialization...Sven Gothel2020-08-221-0/+4
* Expose hciConnectionHandle: AdapterStatusListener connect/disconnect (C++/Jav...Sven Gothel2020-07-281-3/+3
* C++/Java *Device::connect*(..), disconnect(): Return HCIStatusCode instead of...Sven Gothel2020-07-271-3/+4
* Reworking GATTCharacteristicListener (C++ and Java)Sven Gothel2020-07-241-29/+18
* Direct-BT Java: Implement find(..) in manager, adapter, device, service and c...Sven Gothel2020-07-171-6/+40
* org.tinyb.BluetoothFactory: More versatile ImplementationIdentifier and getBl...Sven Gothel2020-07-041-12/+32
* ScannerTinyB01/02: Use TO_CONNECT and actually only wait 100ms in polling cyc...Sven Gothel2020-06-181-3/+6
* Add debugging tool ScannerTinyB02; ScannerTinyB01 adds any device option.Sven Gothel2020-06-181-10/+14
* BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ...v2.1.2Sven Gothel2020-06-041-1/+1
* Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyesSven Gothel2020-06-041-2/+2
* AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (...Sven Gothel2020-05-311-7/+9
* dbt_scanner00/10, ScannerTinyB01: Use getUTF8String(..) for GATT Characterist...Sven Gothel2020-05-281-89/+42
* HCI le_connect: COMMAND_DISALLOWED handled 'softer' / applications may ignore...Sven Gothel2020-05-271-1/+1
* AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device...Sven Gothel2020-05-241-11/+10
* Expose UUID strings in TinyB compatible fashion (unified uuid128_t) as an opt...Sven Gothel2020-05-181-21/+16
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-171-37/+63
* GATT Service and Characteristic Java <-> JNI binding (incomplete, TODO Descri...Sven Gothel2020-05-141-3/+3
* Fixing multiple Java/C++ Lifecycle Issues (DBTDevice, add ShutdownHook, ..)Sven Gothel2020-05-121-6/+12
* Catching device loop exception - need to shutdown device while VM running!Sven Gothel2020-05-111-83/+87
* HCISession::disconnected: Don't throw exception, intentionally called at clos...Sven Gothel2020-05-111-1/+6
* ScannerTinyB00/01: stopDiscovery() will not shut down everything using direct...Sven Gothel2020-05-111-2/+0
* Shape GATTServiceDecl + GATTCharacterisicsDecl into TinyB API conform data re...Sven Gothel2020-05-111-5/+3
* [Bluetooth]AdapterStatusListener: Renamed; Using a list instead of one-shot c...Sven Gothel2020-05-101-4/+4
* Extend BluetoothDeviceStatusListener -> BluetoothAdapterStatusListener; Enum ...Sven Gothel2020-05-041-7/+31
* DBTAdapter Java/JNI: Add enable/disable Powered|Discovering NotificationsSven Gothel2020-05-031-2/+19
* Java: Utilize new EIRDataType in BluetoothDeviceStatusListener; ...Sven Gothel2020-05-031-7/+15
* DBTManager Java: Add getAdapterListImpl()Sven Gothel2020-05-021-7/+14
* DBTManager / DBTDeviceStatusListener: Refine events; java: Keep alive discove...Sven Gothel2020-04-261-7/+15
* Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI...Sven Gothel2020-04-211-20/+20
* Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefixSven Gothel2020-04-201-4/+5
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-201-0/+325