aboutsummaryrefslogtreecommitdiffstats
path: root/examples/java
Commit message (Expand)AuthorAgeFilesLines
* README.md: Mention Peripheral Example C++/Java; Sync bothSven Gothel2021-10-151-0/+3
* SMPKeyBin Version 4: Add localAddress (adapter) to filename with shortened fo...Sven Gothel2021-10-062-4/+4
* BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ...Sven Gothel2021-10-052-7/+2
* dbt_scanner10/DBTScanner10: Only show notify/indicate if availableSven Gothel2021-10-021-5/+8
* Examples: Cleanup up dbt_scanner10/DBTScanner10, moving test-code into upcomi...Sven Gothel2021-09-291-56/+0
* Examples: Build using a set of idiomatic names, one recipe for each examples;...Sven Gothel2021-09-271-11/+19
* Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI...Sven Gothel2021-09-241-2/+2
* Java: BTAdapter/BTDevice: Add [get|set]ConnectedLE_PHY(..), setDefaultLE_PHY(...Sven Gothel2021-09-241-0/+31
* Refine initAdapter() in exampled: Remove listener on start[Discovery/Advertis...Sven Gothel2021-09-212-2/+6
* BTAdapter::initialize() validates power-on state and fails if not successful,...Sven Gothel2021-09-212-27/+46
* Add BTAdapter::isInitialized(): Allow to avoid re-initialization of an adapter.Sven Gothel2021-09-182-17/+19
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene...Sven Gothel2021-09-182-2/+2
* Doxygen: Add dbt_peripheral00.cpp / DBTPeripheral00.java to Examples and ment...Sven Gothel2021-09-162-3/+4
* Add advertising support (start with set-data and -params, stop) via HCIHandlerSven Gothel2021-09-152-0/+397
* Multi Direct-BT application, each using 1 adapter: Have user explicitly initi...Sven Gothel2021-09-151-8/+31
* Properly expose runtime version C++ (DIRECT_BT_VERSION etc) and Java via BTFa...Sven Gothel2021-08-311-0/+3
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-318-1892/+5
* Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec...Sven Gothel2021-08-301-7/+12
* API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13Sven Gothel2021-08-281-32/+46
* BTDeviceRegistry, BTSecurityRegistry: Expose universal pattern matching, fix ...Sven Gothel2021-08-051-5/+5
* BTDeviceRegistry: Replace print*() to get*String() and clarify method names (...Sven Gothel2021-08-041-17/+16
* DBTScanner10.java: Show -dbt_debug option 'hci.scan_ad_eir'Sven Gothel2021-08-031-1/+1
* dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t...Sven Gothel2021-07-311-125/+58
* SMPKeyFile: Tightened Constraints: readAndApply(..) key file's BTSecurityLeve...Sven Gothel2021-07-291-14/+16
* Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_...Sven Gothel2021-07-284-4/+12
* Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A...Sven Gothel2021-07-284-5/+5
* SMPKeyBin: Allow BTSecurityLevel::NONE case; Add more convenient createAndWri...Sven Gothel2021-02-211-36/+4
* Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap...Sven Gothel2021-02-143-89/+116
* Scanner10: Apply: Key deletion on (bad key) failure (i.e. regenerate key); Se...Sven Gothel2021-02-111-59/+11
* DBTScanner10: Remove wrong commentSven Gothel2021-02-101-1/+0
* SC changes of Scanner10 example (C++/Java)Sven Gothel2021-02-091-10/+58
* SMPKeyBin (C++/Java): Add 'apply(BTDevice&)' method, setting Security params ...Sven Gothel2021-02-091-15/+2
* Bump jaulib; Adapt to jau::bytesHexString(..) removed leading0X argument: Uni...Sven Gothel2021-02-063-9/+9
* Promote persistent SMP Key Storage to API: SMPKeyBinv2.2.3Sven Gothel2021-02-021-239/+30
* Complete C++/Java Scanner10 example for automatic security negotiationSven Gothel2021-02-011-3/+12
* BTDevice: Add automatic security negotiation of BTSecurityLevel and SMPIOCapa...Sven Gothel2021-02-011-7/+25
* DBTScanner10/dbt_scanner10: Use better block formatting, don't hide block {}Sven Gothel2021-01-301-1/+2
* Fix missed JNI renaming: Java_jau_direct_1bt_DBTDevice_removeAll[Characterist...Sven Gothel2021-01-281-0/+1
* Enhance Scanner10's MyLongTermKeyInfo (C++/Java): Store BTSecurityLevel and S...Sven Gothel2021-01-281-85/+153
* Example Scanner10 (C++/Java): Support Security setting per device BDAddressAn...Sven Gothel2021-01-271-22/+84
* API renaming of missed 'Characteristic', add listener to API name tableSven Gothel2021-01-271-1/+1
* Have BTFactory.main(..) show version info and available adapter, also whether...Sven Gothel2021-01-277-7/+7
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-257-277/+277
* Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up...Sven Gothel2021-01-258-120/+119
* DBTScanner10: Use BDAddressAndType.matches() to support BDAddressType.BDADDR_...Sven Gothel2021-01-181-4/+12
* *Adapter: Clarity [get|remove]Devices() -> [get|remove]DiscoveredDevices(); A...Sven Gothel2021-01-184-4/+16
* DBTManager/DBTAdapter: DBTManager own zero or all DBTAdapterSven Gothel2021-01-181-43/+16
* AdapterStatusListener::deviceFound: Resolve sharedDevices persistence of foun...Sven Gothel2021-01-173-4/+12
* dbt_sanner10 / DBTScanner10: Prepare for using hash-map/set (unordered_map/set)Sven Gothel2021-01-051-4/+9
* Adopt new BDAddressAndType key value across projectSven Gothel2020-12-127-94/+100