| Commit message (Expand) | Author | Age | Files | Lines |
* | Align C++ -> Java BTGattChar::get[ClientCharConfig,UserDescription]() and add... | Sven Gothel | 2022-04-11 | 3 | -48/+70 |
* | Cleanup Gatt numbers: Merge GattTypes.hpp into GattNumbers.hpp, remove redund... | Sven Gothel | 2022-04-11 | 2 | -0/+2 |
* | BTGattCmd: Fix DEBUG mode: Check rsp_data @ string conversion and use BTUtils... | Sven Gothel | 2022-04-09 | 1 | -2/+6 |
* | DBTGattChar.findGattDesc() (java): Fix wrong comparison (inverse, typo) | Sven Gothel | 2022-04-09 | 1 | -1/+1 |
* | *::setDefaultConnParam(): Fix API doc, remove copy/paste fragment | Sven Gothel | 2022-04-08 | 1 | -1/+1 |
* | API doc: Fix DiscoveryPolicy::PAUSE_CONNECTED_UNTIL_READY and PAUSE_CONNECTED... | Sven Gothel | 2022-02-09 | 2 | -5/+2 |
* | BDAddressAndType: Document equals(..) method | Sven Gothel | 2022-02-08 | 1 | -0/+6 |
* | BT[Adapter|Device].java: Document equals(..) method | Sven Gothel | 2022-02-08 | 3 | -13/+31 |
* | Refactor TestDBTClientServer* (reuse tasks); Adding server-adapter for client... | Sven Gothel | 2022-02-07 | 1 | -1/+5 |
* | Adopt jaulib detailed git version info: Using VERSION_COMMITS and VERSION_SHA... | Sven Gothel | 2022-02-07 | 2 | -7/+7 |
* | Fix commit ecaa2cf69208586da5305cd0289820a88859eb6b: Eclipse erroneous added ... | Sven Gothel | 2022-02-07 | 1 | -4/+0 |
* | Doxygen: Add 'trial' source path, disable CALL_GRAPH (CALLER_GRAPH is enough)... | Sven Gothel | 2022-02-07 | 1 | -0/+21 |
* | BTDevice: Replace EInfoReport when disconnected w/ empty one (avoid accumulat... | Sven Gothel | 2022-02-07 | 1 | -0/+2 |
* | Fix DBTAdapter.removeAllStatusListener(): Remove DBTDevice listener and have ... | Sven Gothel | 2022-02-07 | 2 | -31/+13 |
* | BTAdapter/HCIHandler: Reflect: Advertising is active until either disabled vi... | Sven Gothel | 2022-02-06 | 1 | -0/+11 |
* | BTFactory: Expose getManifest() .. helper function to retrieve a Manifest ins... | Sven Gothel | 2022-02-06 | 1 | -1/+4 |
* | DBTAdapter: Fix removeAllStatusListener(): Re-add internal listener to mainta... | Sven Gothel | 2022-02-06 | 2 | -3/+8 |
* | DBTAdapter: Use BTUtils.println(..) instead of System.err.println(..) | Sven Gothel | 2022-02-06 | 1 | -11/+11 |
* | DBT[Adapter|Manager].java: Add 'final' qualifier to public methods | Sven Gothel | 2022-02-06 | 2 | -40/+40 |
* | BTAdapter.java: API doc: Replace HTML tag with Markup list | Sven Gothel | 2022-02-06 | 1 | -24/+19 |
* | Add invocation example to dbt_peripheral00.cpp and dbt_repeater00.cpp (and re... | Sven Gothel | 2022-02-05 | 1 | -0/+3 |
* | Custom GATT Processing: MTU and remote GATT Services shall be processed at re... | Sven Gothel | 2022-02-02 | 4 | -12/+18 |
* | BTAdapter::startAdvertising(): Set default adv_interval from 1.28s -> 400ms a... | Sven Gothel | 2022-02-02 | 3 | -7/+7 |
* | Refine dbt_scanner10/DBTScanner10: Title, PERF status and QUIET flag | Sven Gothel | 2022-02-02 | 1 | -3/+2 |
* | JNI DBGatt[Server|Service|Char]_ctorImpl(): Add platform agnostic conversion ... | Sven Gothel | 2022-01-29 | 1 | -25/+28 |
* | BTAdapter: Expose `getBTMajorVersion()` in C++ and Java, removing hasHCIExtSc... | Sven Gothel | 2022-01-29 | 3 | -0/+17 |
* | DBGatt[Char|Desc]: Fix API doc typo | Sven Gothel | 2022-01-28 | 2 | -2/+2 |
* | DBGatt[Char|Desc] (Server): Add setValue(..), allowing user to safely overwri... | Sven Gothel | 2022-01-28 | 4 | -1/+97 |
* | Expose BTUtils.hexStringBytes(..) from jaulib | Sven Gothel | 2022-01-27 | 1 | -0/+15 |
* | Fix DBGatt[Char|Desc].getValue(..) JNI code: Need to use DBGattValue class to... | Sven Gothel | 2022-01-27 | 1 | -2/+5 |
* | Expose BTManager::setDefaultConnParam(..) via BTAdapter::setDefaultConnParam(... | Sven Gothel | 2022-01-25 | 3 | -0/+52 |
* | Refine BTAdapter API and doc on commands in powerd-off state only: setName() ... | Sven Gothel | 2022-01-25 | 3 | -11/+25 |
* | Define BTDevice::getName(): Set by the advertised EInfoReport if available, o... | Sven Gothel | 2022-01-25 | 1 | -3/+8 |
* | EInfoReport: Use via share_ptr to allow CoW replacement and copy once (via Ja... | Sven Gothel | 2022-01-25 | 6 | -57/+134 |
* | Add DBGattServer::Listener::write[Char|Desc]ValueDone() (C++/Java), notifyies... | Sven Gothel | 2022-01-24 | 2 | -0/+46 |
* | Enhance API doc: DBGattServer::Listener (C++) and DBGattServer.Listener (java) | Sven Gothel | 2022-01-24 | 1 | -0/+13 |
* | GattNumbers.hpp/DBGattChar.java: Add GENERIC_ATTRIBUTE's Characteristic GattC... | Sven Gothel | 2022-01-24 | 1 | -0/+5 |
* | DBTDevice::getEIRImpl(): Just copy instance w/o clear and set | Sven Gothel | 2022-01-18 | 1 | -2/+1 |
* | getHCIConnSupervisorTimeout(): Revise types and add overload (Java) | Sven Gothel | 2022-01-18 | 1 | -5/+24 |
* | DBTDevice.java/cxx: Reuse EInfoReport instance and clear before retrieving data | Sven Gothel | 2022-01-18 | 2 | -5/+6 |
* | Add EInfoReport::clear() | Sven Gothel | 2022-01-18 | 2 | -0/+14 |
* | BTDevice: Expose aggregated scanned EIR | Sven Gothel | 2022-01-18 | 4 | -37/+18 |
* | Add EInfoReport::set(const EInfoReport&) to merger multiple scanned EIR; toSt... | Sven Gothel | 2022-01-18 | 2 | -1/+64 |
* | Add BTAdapter::setServerConnSecurity(..) | Sven Gothel | 2022-01-13 | 3 | -0/+34 |
* | BTDevice::setConnSecurity*(..): Consolidate write methods to setConnSecurity(... | Sven Gothel | 2022-01-13 | 3 | -147/+27 |
* | API Doc: Add EInfoReport references to GAPFlags and EIRDataType[Set]; Fix Jav... | Sven Gothel | 2022-01-04 | 3 | -2/+20 |
* | DBTAdapter.cxx: Use EUI48 reference and fix exception message (show EUI48 size). | Sven Gothel | 2022-01-04 | 1 | -7/+7 |
* | BTAdapter: Add startAdvertising(..) overload with user given EInfoReport and ... | Sven Gothel | 2022-01-04 | 3 | -10/+119 |
* | EInfoReport: Add Java JNI mapping and support slave connection interval range... | Sven Gothel | 2022-01-04 | 5 | -2/+872 |
* | EIRDataType[Set]: Add CONN_IVAL for Slave Connection Interval Range (Supplem... | Sven Gothel | 2022-01-04 | 1 | -0/+4 |