| Commit message (Expand) | Author | Age | Files | Lines |
* | DBTAdapter, DBTManager, HCIHandler: Ensure take-down (dtor, disconnect, remov... | Sven Gothel | 2020-09-25 | 1 | -7/+9 |
* | HCIHandler*: Tuning LE scan + connection parameters for higher performance (s... | Sven Gothel | 2020-09-24 | 1 | -4/+4 |
* | HCIHandler::disconnect(): Drop notion of 'ioErrorCause' as it is no more used... | Sven Gothel | 2020-09-24 | 1 | -2/+1 |
* | HCIHandler*: Tuning LE scan + connection parameters for higher transmission r... | Sven Gothel | 2020-09-24 | 1 | -12/+19 |
* | Use constexpr where applicable in api/direct_bt | Sven Gothel | 2020-09-24 | 1 | -5/+5 |
* | HCIHandler: Earmark BT Spec details for LE Secure Connections | Sven Gothel | 2020-09-20 | 1 | -0/+14 |
* | C++ noexcept: ATTPDUTypes string methods; DBTEnv; HCIComm and HCIHandler | Sven Gothel | 2020-09-14 | 1 | -41/+41 |
* | C++ noexcept: MgmtTypes: MgmtEvent ctor gets exp_param_size to validate data ... | Sven Gothel | 2020-09-14 | 1 | -1/+1 |
* | DBTEnv/direct_bt.debug: Aligning DBTManager alias to 'mgmt': 'direct_bt.debug... | Sven Gothel | 2020-08-28 | 1 | -4/+1 |
* | Inherit all *Env classes from DBTEnvironment, having them grouped for documen... | Sven Gothel | 2020-08-28 | 1 | -6/+38 |
* | DBTEnv: Generalize 'exploding properties' and add optional '=value' support. ... | Sven Gothel | 2020-08-28 | 1 | -0/+2 |
* | DBTManager, HCIHandler, GATTHandler: Move local environment debug flags to th... | Sven Gothel | 2020-08-28 | 1 | -1/+3 |
* | DBTManager, HCIHandler, GATTHandler: Defer fetching timeout+ config from envi... | Sven Gothel | 2020-08-28 | 1 | -13/+45 |
* | HCIHandler: Complete using timeout from configurable fields | Sven Gothel | 2020-08-27 | 1 | -5/+1 |
* | DBTManager, HCIHandler, GATTHandler: Have all timeout+ config values read fro... | Sven Gothel | 2020-08-27 | 1 | -13/+14 |
* | HCIHandler::le_enable_scan: Send MgmtEvtDiscovering; DBTAdapter start/stop Di... | Sven Gothel | 2020-08-25 | 1 | -2/+3 |
* | Adopt to exploding DEBUG value, implement 'hci.event,manager.event,adapter.ev... | Sven Gothel | 2020-08-24 | 1 | -0/+7 |
* | HCIHAndler: Prepare filtering for HCIOpcode using condensed uint64_t HCIOpcod... | Sven Gothel | 2020-08-24 | 1 | -1/+9 |
* | :HCIHandler: HCI_COMMAND_COMPLETE_REPLY_TIMEOUT = 10s (Fix Issue #124); Adopt... | Sven Gothel | 2020-08-24 | 1 | -12/+13 |
* | HCIHandler: Add verbose flag (defaults to false) for all command/reply proces... | Sven Gothel | 2020-08-23 | 1 | -4/+5 |
* | HCIHandler: le_set_scan_param(..) use lower defaults, add more refs to spec; ... | Sven Gothel | 2020-08-23 | 1 | -4/+5 |
* | HCIHandler: Refine le_set_scan_param(..) and le_enable_scan(..) API doc; Dire... | Sven Gothel | 2020-08-23 | 1 | -1/+12 |
* | HCIHandler: Add le_set_scan_param(..) and le_enable_scan(..) | Sven Gothel | 2020-08-23 | 1 | -0/+20 |
* | HCIHandler: Unify processSimpleCommand/processStructCommand -> processCommand... | Sven Gothel | 2020-08-23 | 1 | -4/+4 |
* | Refine enum BTMode and ScanType: Elevate to 'enum class', shorten value defin... | Sven Gothel | 2020-07-29 | 1 | -1/+1 |
* | HCIHandler: Track all incoming connections, even if not initiated by user dir... | Sven Gothel | 2020-07-21 | 1 | -11/+31 |
* | Direct-BT: Fix API doc regarding DBTDevice's HCI connect requirement; HCI con... | Sven Gothel | 2020-07-17 | 1 | -4/+0 |
* | Support BDADDR_LE_RANDOM (p1.3): HCIHandler: Earmark notable SPEC sections an... | Sven Gothel | 2020-07-02 | 1 | -0/+27 |
* | Support BDADDR_LE_RANDOM (p1): Add BLERandomAddressType, distinguish HCIAddre... | Sven Gothel | 2020-07-02 | 1 | -2/+2 |
* | HCIHandler: Complete HCIConnection Tracker for full *connect* and disconnect ... | Sven Gothel | 2020-06-27 | 1 | -15/+24 |
* | HCIHandler: Use async event mechanism for delayed replies, commands shall ret... | Sven Gothel | 2020-06-24 | 1 | -16/+74 |
* | Threading and transmission robustness: DBTManager, HCIHandler: Synchronize se... | Sven Gothel | 2020-06-10 | 1 | -0/+1 |
* | HCIHandler: Remove unused method sendWithReply(..) | Sven Gothel | 2020-06-10 | 1 | -1/+0 |
* | Default Timeout, Ringbuffersize: DBTManager, HCIHandler: Same 3s command-repl... | Sven Gothel | 2020-06-10 | 1 | -1/+2 |
* | Threading robustness: DBTManager, GATTHandler, HCIHandler: Reader thread star... | Sven Gothel | 2020-06-10 | 1 | -0/+2 |
* | HCIHandler: Add 'pass_replies_only_filter' mode (in use now)v2.1.3 | Sven Gothel | 2020-06-09 | 1 | -5/+8 |
* | HCIHandler/Types: template process*Cmd: Pass pre-allocated template command, ... | Sven Gothel | 2020-06-09 | 1 | -3/+3 |
* | Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyes | Sven Gothel | 2020-06-04 | 1 | -7/+7 |
* | Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M... | Sven Gothel | 2020-06-04 | 1 | -0/+200 |