summaryrefslogtreecommitdiffstats
path: root/examples/java
Commit message (Expand)AuthorAgeFilesLines
* DBTDevice: Clarify setConn* Security parameter API: Provide more versatile ov...Sven Gothel2020-11-241-2/+6
* Fix dbt_scanner10.cpp (NPE) and align DBTScanner10.java ..Sven Gothel2020-11-231-4/+5
* Enc/Auth: Allow full PairingMode modulation via BTSecurityLevel and SMPIOCapa...Sven Gothel2020-11-231-3/+13
* DBTScanner10: Optional argument for one characteristic UUID identifier and va...Sven Gothel2020-11-211-15/+25
* Implement BTSecurityLevel to Java, incl. [DBT|Bluetooth]Device sec_level over...Sven Gothel2020-11-191-3/+15
* AdapterStatusListener::deviceReady(): Exclude from restrictions on method dur...Sven Gothel2020-11-171-2/+1
* DBTScanner10.java: Adopt to new [SMP] PairingSven Gothel2020-11-171-17/+58
* Fix minor compiler error: DBTScanner10.java: complete using executeOffThread(...Sven Gothel2020-11-171-4/+2
* DBTScanner10: Simplify off-thread execution codingSven Gothel2020-11-171-47/+26
* AdapterStatusListener add deviceReady(..) giving a clear 'start to use' event...Sven Gothel2020-11-151-0/+5
* Add SMP changed to *.java API (AdapterStatusListener devicePairingState(..), ...Sven Gothel2020-11-141-23/+6
* Add ChangedAdapterSetCallback (C++), ChangedAdapterSetListener (Java) for [DB...Sven Gothel2020-10-251-39/+76
* Support Adapter removal and add @ runtime: Handle INDEX_ADDED and INDEX_REMOV...Sven Gothel2020-10-251-24/+41
* Refine/add state queries in [DBT|Bluetooth]Adapter, BluetoothManagerSven Gothel2020-10-254-9/+3
* BluetoothUtils.java: Shorten *Milliseconds* functions; Reuse C++ environment:...Sven Gothel2020-10-233-33/+33
* AdapterStatusListener::discoveringChanged: Add meta ScanType and changed Scan...Sven Gothel2020-10-233-6/+9
* Cleanup warningsSven Gothel2020-10-166-65/+23
* dbt_scanner10/DBTScanner10: Issue 'startDiscovery(..)' off-thread @ POWERED i...Sven Gothel2020-10-141-21/+22
* dbt_scanner10, DBTScanner10: POWERED-ON @ AdapterStatusListener::adapterSetti...Sven Gothel2020-10-131-1/+2
* AdapterStatusListener[1] and DBTAdapter[2] API Refinement: [1] non const DBTA...Sven Gothel2020-10-133-23/+30
* DBTAdapter::reset(): Promote HCIHandler::reset() to adapter incl Java bindingSven Gothel2020-10-091-1/+24
* DBTScanner10: Have counter MULTI_MEASUREMENTS atomic and issue decrement @ en...Sven Gothel2020-09-301-14/+15
* dbt_scanner10/DBTScanner10: Fix Skip non 'public LE' and non 'random static p...Sven Gothel2020-09-271-1/+2
* DBTAdapter.adapterSettingsChanged(): Handle 'initialSetting' (0 == oldmask): ...Sven Gothel2020-09-261-1/+6
* Java Example: Rename ScannerTinyB10 -> DBTScanner10: Requiring Direct-BT, nam...Sven Gothel2020-09-252-6/+6
* Drop ScannerTinyB10 TinyB general code; Adapt ScannerTinyB* to BluetoothManag...Sven Gothel2020-09-253-46/+22
* dbt_scanner10(C++/Java): Rename arg '-silent_gatt' -> '-quiet', and add silen...Sven Gothel2020-09-251-23/+19
* dbt_scanner10/ScannerTinyB10: Fix '!KEEP_CONNECT' case, i.e. remove device an...Sven Gothel2020-09-241-0/+11
* dbt_scanner10 + ScannerTinyB10: Make gatt-ping optional and always cleanup on...Sven Gothel2020-09-241-12/+36
* Merge Secure Pairing API changele_secure_connectionsSven Gothel2020-09-231-2/+3
|\
| * BluetoothDevice.get[Supported|Required]PairingModes(): Return List<PairingMod...Sven Gothel2020-09-221-2/+2
* | GATT/L2CAP Robustness: Have L2CAPHandler its own DBTEnvrionment (local L2CAP_...Sven Gothel2020-09-231-8/+37
|/
* Fix Java_direct_1bt_tinyb_DBTGattDescriptor_toStringImpl(..): Wrong arg list,...v2.1.27Sven Gothel2020-09-221-2/+12
* LE Secure Connections: Initial API to support secure pairing with varying Pai...Sven Gothel2020-09-221-0/+27
* GATT*::toString(): Encapsulate resulting string with '[]'; Examples: Use clea...Sven Gothel2020-09-201-4/+4
* Examples dbt_scanner10, ScannerTinyB10: Realign arguments in help dumpSven Gothel2020-09-201-3/+3
* dbt_scanner10.cpp: Add cmdline args '-dbt_verbose, -dbt_debug, -dbt_mgmt, -db...Sven Gothel2020-09-201-3/+4
* 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
* CMake: Support full parallel build by adding target dependenciesSven Gothel2020-09-151-7/+9
* Fixing Example crossreference and Menu itemSven Gothel2020-09-033-3/+3
* README: More detailed Direct-BT description (event driven, build depenencies,...Sven Gothel2020-09-033-0/+23
* 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
* BluetoothGattCharacteristic: API Change: 'writeValue(byte[] value)' -> 'write...Sven Gothel2020-08-263-4/+4
* 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