summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* README: bump 2.6.1v2.6.1Sven Gothel2022-02-071-1/+1
* BTDevice: Replace EInfoReport when disconnected w/ empty one (avoid accumulat...Sven Gothel2022-02-074-2/+32
* Fix trial/java/CMakeLists.txt: Use proper environment variable USER for capsh...v2.6.0Sven Gothel2022-02-071-1/+1
* Added online unit testing using actual BT adapter, testing client with server...Sven Gothel2022-02-0715-4/+2346
* L2CAPServer::accept(): Use WORDY_ and IRQ_PRINT on accept failure, which is n...Sven Gothel2022-02-071-2/+2
* BTDevice::update(EInfoReport ..): Always update name on EIR scanned data if g...Sven Gothel2022-02-071-1/+1
* Fix DBTAdapter.removeAllStatusListener(): Remove DBTDevice listener and have ...Sven Gothel2022-02-072-31/+13
* dbt_repeater: Simplify myChangedAdapterSetFunc(..)Sven Gothel2022-02-061-12/+4
* BTAdapter/HCIHandler: Reflect: Advertising is active until either disabled vi...Sven Gothel2022-02-064-5/+48
* BTFactory: Expose getManifest() .. helper function to retrieve a Manifest ins...Sven Gothel2022-02-061-1/+4
* DBTAdapter: Fix removeAllStatusListener(): Re-add internal listener to mainta...Sven Gothel2022-02-062-3/+8
* DBTAdapter: Use BTUtils.println(..) instead of System.err.println(..)Sven Gothel2022-02-061-11/+11
* DBT[Adapter|Manager].java: Add 'final' qualifier to public methodsSven Gothel2022-02-062-40/+40
* BTAdapter.java: API doc: Replace HTML tag with Markup listSven Gothel2022-02-061-24/+19
* BTAdapter/HCIHandler: API doc: Replace HTML tag with Markup listSven Gothel2022-02-062-43/+31
* FwdGattServerHandler::close(): Shall not disconnect fwdServer (esp in same th...Sven Gothel2022-02-052-2/+25
* BTGattHandler: Refine debug verbositySven Gothel2022-02-051-6/+12
* BTGattHandler: Fix API doc (minor)Sven Gothel2022-02-051-6/+6
* Add BTGattHandler::NativeGattCharLister::mtuResponse(..) for high level info;...Sven Gothel2022-02-054-5/+85
* dbt_repeater00: Fixed intendation for message (post from[*] -> to[*])Sven Gothel2022-02-051-3/+3
* BTGattHandler::NativeGattCharListener: Add optional low- and high-level user ...Sven Gothel2022-02-054-31/+475
* Add invocation example to dbt_peripheral00.cpp and dbt_repeater00.cpp (and re...Sven Gothel2022-02-056-0/+40
* README.md: Add Ubuntu 20.04 and explicitly mention Debian + Ubuntu w/ version...Sven Gothel2022-02-031-2/+7
* Bump READMESven Gothel2022-02-021-0/+8
* Adding dbt_repeater00, example implementing a GATT repeaterSven Gothel2022-02-024-0/+962
* Introduce BTGattHandler::GattServerHandler and DBGattServer::Mode for alterna...Sven Gothel2022-02-026-947/+1500
* BTDevice.cpp: Adopt to mtx_data -> mtx_eir change, drop sync_data if redundantSven Gothel2022-02-021-6/+4
* BTAdapter::mgmtEvDeviceConnectedHCI: No last_discovery update; mgmtEvDeviceFo...Sven Gothel2022-02-021-3/+1
* scripts/run-java-example.sh: Escape cmd args to preserve quoting like run-nat...Sven Gothel2022-02-021-11/+12
* BTAdapter/BTGattChar: API doc typo fix and removal of unused/unimpl declarationSven Gothel2022-02-022-2/+1
* Custom GATT Processing: MTU and remote GATT Services shall be processed at re...Sven Gothel2022-02-029-174/+288
* BTAdapter::startAdvertising(): Set default adv_interval from 1.28s -> 400ms a...Sven Gothel2022-02-028-24/+23
* Refine dbt_scanner10/DBTScanner10: Title, PERF status and QUIET flagSven Gothel2022-02-024-56/+75
* Remove obsolete and unmaintained examples: dbt_scanner00 and dbt_scanner01Sven Gothel2022-02-026-703/+0
* Bump jaulib 0.7.11Sven Gothel2022-01-291-0/+0
* BTGattHandler::toString(): Add mtu used.Sven Gothel2022-01-291-1/+1
* JNI DBGatt[Server|Service|Char]_ctorImpl(): Add platform agnostic conversion ...Sven Gothel2022-01-291-25/+28
* BTAdapter: Expose `getBTMajorVersion()` in C++ and Java, removing hasHCIExtSc...Sven Gothel2022-01-295-15/+24
* MgmtSetLocalNameCmd: BlueZ/Linux >= 5.13 (?) Bug Workaround on 'set_local_nam...Sven Gothel2022-01-281-2/+15
* DBGatt[Char|Desc]: Fix API doc typoSven Gothel2022-01-282-2/+2
* Peripheral00: Send echo response on writeCharValueDone(..); Get and use DBGat...Sven Gothel2022-01-282-30/+49
* DBGatt[Char|Desc] (Server): Add setValue(..), allowing user to safely overwri...Sven Gothel2022-01-288-9/+188
* Bump jaulibSven Gothel2022-01-271-0/+0
* Expose BTUtils.hexStringBytes(..) from jaulibSven Gothel2022-01-271-0/+15
* Fix DBGatt[Char|Desc].getValue(..) JNI code: Need to use DBGattValue class to...Sven Gothel2022-01-271-2/+5
* Bump v2.5.4v2.5.4Sven Gothel2022-01-251-1/+2
* Bump jaulib v0.7.10Sven Gothel2022-01-251-0/+0
* Fix for g++ 8.3.0 (Default constructor signature of EInfoReport)Sven Gothel2022-01-251-2/+2
* dbt_preipheral00.cpp: Fix jau::dfa_utf8_decode(..), pass its c_str() to fprin...Sven Gothel2022-01-251-2/+2
* [re]build.sh: Fully specify `logfile` incl $rootdir and $archabi part; Adding...Sven Gothel2022-01-253-4/+37