| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize: Use size_t where appropriate; timestamp is uint64_t | Sven Gothel | 2020-10-20 | 1 | -3/+3 |
* | Extract common C++ Support Library inclusive Java JNI Binding to sub-project ... | Sven Gothel | 2020-10-16 | 1 | -2/+4 |
* | AdapterInfo Cleanup: AdapterSetting current_setting -> atomic, drop its atomi... | Sven Gothel | 2020-10-14 | 1 | -3/+3 |
* | AdapterStatusListener[1] and DBTAdapter[2] API Refinement: [1] non const DBTA... | Sven Gothel | 2020-10-13 | 1 | -3/+3 |
* | GATTNumbers: Concluding review: API doc, better naming, have optional data an... | Sven Gothel | 2020-09-24 | 1 | -3/+3 |
* | HCIComm, L2CAPComm, GATTHandler: Better var- and accessor-naming, init fd in ... | Sven Gothel | 2020-09-18 | 1 | -1/+1 |
* | Open [& Connect] @ ctor (RAII): HCIComm, L2CAPComm, GATTHandler, simplifying ... | Sven Gothel | 2020-09-18 | 1 | -1/+1 |
* | Fixing Example crossreference and Menu item | Sven Gothel | 2020-09-03 | 1 | -1/+1 |
* | README: More detailed Direct-BT description (event driven, build depenencies,... | Sven Gothel | 2020-09-03 | 1 | -4/+8 |
* | cmake: Fix set_target_properties(..) use proper target name and add declarati... | Sven Gothel | 2020-08-25 | 1 | -0/+2 |
* | DBTAdapter: Have non-enabled adapter to be valid, use lazy HCI initialization... | Sven Gothel | 2020-08-22 | 1 | -0/+5 |
* | Expose hciConnectionHandle: AdapterStatusListener connect/disconnect (C++/Jav... | Sven Gothel | 2020-07-28 | 1 | -4/+5 |
* | C++/Java *Device::connect*(..), disconnect(): Return HCIStatusCode instead of... | Sven Gothel | 2020-07-27 | 1 | -2/+3 |
* | dbt_scanner0[01]: Fix conversion from getDevice() -> getDeviceChecked() | Sven Gothel | 2020-07-26 | 1 | -2/+2 |
* | Reworking GATTCharacteristicListener (C++ and Java) | Sven Gothel | 2020-07-24 | 1 | -3/+3 |
* | Extract dfa_utf8_decode.[cpp/hpp] added to libtinyb.so, i.e. used for both na... | Sven Gothel | 2020-07-04 | 1 | -1/+3 |
* | L2CAPComm/GATTHandler: User 'enum class' constants for type safety; Drop GATT... | Sven Gothel | 2020-06-09 | 1 | -1/+1 |
* | BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ...v2.1.2 | Sven Gothel | 2020-06-04 | 1 | -1/+1 |
* | Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyes | Sven Gothel | 2020-06-04 | 1 | -2/+2 |
* | Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M... | Sven Gothel | 2020-06-04 | 1 | -4/+4 |
* | AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (... | Sven Gothel | 2020-05-31 | 1 | -7/+8 |
* | AdapterStatusListener (C++): Add toString() for error handling purposes; DBTD... | Sven Gothel | 2020-05-28 | 1 | -3/+7 |
* | dbt_scanner00/10, ScannerTinyB01: Use getUTF8String(..) for GATT Characterist... | Sven Gothel | 2020-05-28 | 1 | -1/+2 |
* | HCI le_connect: COMMAND_DISALLOWED handled 'softer' / applications may ignore... | Sven Gothel | 2020-05-27 | 1 | -0/+1 |
* | DBTDevice.cpp: Use openHCI() instead of getHCI(), i.e. implicit open if requi... | Sven Gothel | 2020-05-27 | 1 | -9/+0 |
* | DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/... | Sven Gothel | 2020-05-25 | 1 | -1/+1 |
* | DBTDevice::getGATTServices(): Reuse GATTHandler's list result, retrieve Gener... | Sven Gothel | 2020-05-25 | 1 | -0/+13 |
* | Fix listener notice for discovering and connection (enabled and add connected) | Sven Gothel | 2020-05-24 | 1 | -2/+2 |
* | AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device... | Sven Gothel | 2020-05-24 | 1 | -9/+8 |
* | C++ multithreading fixes and example | Sven Gothel | 2020-05-24 | 1 | -5/+21 |
* | DBTAdapter: Remove explicit HCISession, migrate connectedDevice and use HCICo... | Sven Gothel | 2020-05-23 | 1 | -5/+7 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 1 | -0/+269 |