summaryrefslogtreecommitdiffstats
path: root/examples/java/ScannerTinyB10.java
Commit message (Expand)AuthorAgeFilesLines
* DBTDevice: Resolve disconnect/remove resource race condition @ rapid connect ...v2.1.22Sven Gothel2020-09-181-9/+3
* ScannerTinyB10, dbt_scanner10: Add '-silent_gatt' options: Don't print detail...v2.1.21Sven Gothel2020-09-161-8/+22
* ScannerTinyB10: Fix found/connected filter; dbt_scanner10: Add parallel multi...Sven Gothel2020-09-161-4/+4
* 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: Utilize POWERED in AdapterSettings to determine if powered and (c...Sven Gothel2020-09-031-0/+8
* Complete mapping of BTMode (C++, Java) and have Adapter recognize actual BTMo...Sven Gothel2020-09-031-0/+5
* DBTEnv/direct_bt.debug: Aligning DBTManager alias to 'mgmt': 'direct_bt.debug...Sven Gothel2020-08-281-1/+1
* DBTEnv: Generalize 'exploding properties' and add optional '=value' support. ...Sven Gothel2020-08-281-0/+9
* DBTEnv: Use plain 'foo.bar' names, not 'foo_bar'; Add 'exploding' name values...Sven Gothel2020-08-241-5/+8
* BluetoothFactory/DBTEnv: Pass JVM properties to environment, access DEBUG, VE...Sven Gothel2020-08-241-1/+8
* ScannerTinyB10: Expose start/stop discovery result / dbt_scanner10: Align dis...Sven Gothel2020-08-231-3/+11
* ScannerTinyB10: Simplify 'Processing Device' tail @ pre pingGATT: startDiscov...Sven Gothel2020-08-231-5/+7
* DBTAdapter: Have non-enabled adapter to be valid, use lazy HCI initialization...Sven Gothel2020-08-221-3/+17
* 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/+5
* ScannerTinyB10: Wrap whole services/characteristic walk through block in a tr...Sven Gothel2020-07-271-15/+15
* BluetoothUtil: Add getElapsedMillisecond(); ScannerTinyB10 shows elapsed mill...Sven Gothel2020-07-271-62/+76
* ScannerTinyB10: Add shutdown test issued from notify/indicate callback, testi...v2.1.16Sven Gothel2020-07-261-1/+43
* GATTCharacteristic: Add enableNotificationOrIndication(..)..; DIRECTBT_CHARAC...v2.1.15Sven Gothel2020-07-251-0/+3
* Reworking GATTCharacteristicListener (C++ and Java)Sven Gothel2020-07-241-19/+20
* ScannerTinyB10: Fix verbose and debug setting: Set properties _before_ access...Sven Gothel2020-07-241-2/+7
* ScannerTinyB10 @ pingGATT: Only initiate discovery temporary w/o need to disa...v2.1.13Sven Gothel2020-07-221-2/+1
* DBTAdapter: startDiscovery(..) also might need to change 'keepDiscoveringAliv...Sven Gothel2020-07-221-0/+2
* Direct-BT Java: Implement find(..) in manager, adapter, device, service and c...Sven Gothel2020-07-171-38/+65
* org.tinyb.BluetoothFactory: More versatile ImplementationIdentifier and getBl...Sven Gothel2020-07-041-5/+14
* Example scanner10 (Java/C++): Show pingGATT OK on console for feedbackSven Gothel2020-07-021-0/+1
* Support BDADDR_LE_RANDOM (p1): Add BLERandomAddressType, distinguish HCIAddre...Sven Gothel2020-07-021-2/+3
* Resolve circular references (p3): Java: Ensure DBTDevice can be GC'ed (at rem...Sven Gothel2020-06-291-8/+3
* Resolve circular references (p1): C++ GATTHandler, GATTService, pp are not ow...Sven Gothel2020-06-291-17/+37
* ScannerTinyB10: Allow waiting for multiple devices.Sven Gothel2020-06-281-13/+13
* Use HCIHandler *connect*/disconnect; Enhance native + java testSven Gothel2020-06-271-3/+11
* test/example: dbt_scanner10 + ScannerTinyB10: Add options MULTI_MEASUREMENTS ...Sven Gothel2020-06-261-16/+44
* scanner example 10 (C++/Java): Add more detailed PERFormance numbersv2.1.4Sven Gothel2020-06-101-5/+15
* DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat...Sven Gothel2020-06-091-1/+1
* Event driven C++/Java scanner 10 example: Issue stopDiscovery() @ processConn...Sven Gothel2020-06-091-1/+2
* Expose 'org.tinyb.verbose' and 'org.tinyb.debug' via BluetoothFactory VERBOSE...Sven Gothel2020-06-091-0/+1
* 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
* Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M...Sven Gothel2020-06-041-1/+1
* AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (...Sven Gothel2020-05-311-11/+16
* C++/Java Scanner 10: Refine found/connect criteria: Also in EUI48_ANY_DEVICE ...Sven Gothel2020-05-311-8/+6
* Aligned Java scanner 10 w/ native example (working error recovery); Tolerant ...Sven Gothel2020-05-301-47/+34
* ScannerTinyB10: No need to explicitly remove Characteristic listener before d...Sven Gothel2020-05-291-4/+1
* C++/Java scanner test 10: task function renaming to a more suitable nameSven Gothel2020-05-291-9/+9
* Multi-device and -threading examples *10 (java and native): Only attempt conn...Sven Gothel2020-05-281-8/+3
* Java DBTDevice: Drop getGATTService() from connect* as it should be done afte...Sven Gothel2020-05-281-1/+3
* ScannerTinyB10: Multi-device and -threading Java example equivalent to C++ db...Sven Gothel2020-05-281-287/+274
* 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