| Commit message (Expand) | Author | Age | Files | Lines |
* | Misc NOLINT() reviews | Sven Göthel | 2024-05-20 | 1 | -2/+2 |
* | Use jau::zero_bytes_sec() instead of ::bzero() directly | Sven Göthel | 2024-05-20 | 1 | -6/+3 |
* | jau::cow_darray<>::equal_comparator is noexcept | Sven Göthel | 2024-05-20 | 1 | -2/+2 |
* | jaulib: Bump and adopt to enum type name changes, added '_t' | Sven Göthel | 2024-05-12 | 1 | -7/+7 |
* | Bump jaulib and adopt to jaulib byte_util API change (commit 147e17b0b41a123b... | Sven Göthel | 2024-03-02 | 1 | -7/+7 |
* | Adopt to jaulib commit d658b6059d7e7513b60c5c67019b76c9cd3f809b | Sven Göthel | 2024-02-25 | 1 | -1/+1 |
* | LE Resolvable Address: Handle identity- and resolvale-private-address (RPA), ... | Sven Gothel | 2023-10-25 | 1 | -0/+14 |
* | HCIHandler: Remove reset{->HCI}() from public | Sven Gothel | 2023-10-25 | 1 | -24/+17 |
* | HCI resolvable functions: HCIHandler: Only issue resolvable function if suppo... | Sven Gothel | 2023-10-25 | 1 | -14/+21 |
* | HCI resolvable functions: HCIHandler shall only report DBG messages; BTAdapte... | Sven Gothel | 2023-10-23 | 1 | -7/+7 |
* | HCIHandler: Add support for HCI resolvable functions: add, del, clear, read..... | Sven Gothel | 2023-10-23 | 1 | -0/+106 |
* | HCIHandler: Reuse opcode from request and use to_string for error messages | Sven Gothel | 2023-10-23 | 1 | -5/+5 |
* | HCIHandler::receiveCommandComplete(..): Preserve returned CMD_STATUS error st... | Sven Gothel | 2023-10-23 | 1 | -0/+4 |
* | Adopt to jaulib ringbuffer changes v1.0.1-8-g854a714 | Sven Gothel | 2023-01-01 | 1 | -1/+5 |
* | clang-tidy fixes part-3 / 4, adding Check `performance-*` | Sven Gothel | 2022-11-28 | 1 | -3/+3 |
* | clang-tidy fixes part-1 | Sven Gothel | 2022-11-27 | 1 | -25/+34 |
* | Adopt to jau::function<R(A...)> from jau::FunctionDef<> | Sven Gothel | 2022-09-16 | 1 | -3/+3 |
* | BTAdapter/HCIHandler::toString(): Show dev_id as 1st element w/o explicitly n... | Sven Gothel | 2022-09-15 | 1 | -1/+1 |
* | HCIHandler::resetAdapter(): Add optional HCIHandler::PostShutdownFunc argumen... | Sven Gothel | 2022-09-15 | 1 | -3/+14 |
* | HCIHandler::reset*(), [start|stop]Adapter(): Rewrap with DBG_PRINT() for tracing | Sven Gothel | 2022-09-15 | 1 | -28/+49 |
* | HCIHandler: ERR_PRINT remove function header, ensure dev_id shown | Sven Gothel | 2022-09-15 | 1 | -56/+44 |
* | HCIHandler: DBG_PRINT add function header w/ dev_id, WARN_PRINT remove functi... | Sven Gothel | 2022-09-15 | 1 | -93/+94 |
* | FreeBSD Support: Add patches. Build complete on GNU/Linux and FreeBSD. Missin... | Sven Gothel | 2022-07-26 | 1 | -3/+16 |
* | C++: Shorten is*Set() -> is_set() and set*() -> set() for bit-type enums; Fix... | Sven Gothel | 2022-06-16 | 1 | -9/+9 |
* | Use fraction_i64::to_ms() w/ PRIi64 in printf | Sven Gothel | 2022-05-05 | 1 | -10/+10 |
* | Bump jaulib v0.9.1 and adopt to fraction changes, use wait_until() w/ out-of-... | Sven Gothel | 2022-05-01 | 1 | -26/+27 |
* | Unify BTGattHandler, HCIHandler and BTManager's reader error determination an... | Sven Gothel | 2022-04-22 | 1 | -2/+4 |
* | [HCI|L2CAP]Comm: Clarify external interrupted API: is_interrupted_t -> get_bo... | Sven Gothel | 2022-04-22 | 1 | -1/+1 |
* | [L2CAP, HCI]Comm: Hold external interrupted delegate from service_runner for ... | Sven Gothel | 2022-04-18 | 1 | -15/+16 |
* | Fix uninitialized fields (valgrind conditional jump) in BTAdapter, BTDevice a... | Sven Gothel | 2022-04-15 | 1 | -0/+4 |
* | SMPHandler: Also use service_runner; Remove HCIHandler::pidSelf | Sven Gothel | 2022-04-15 | 1 | -3/+2 |
* | Bump jaulib's service_runner change, adapt and fix BTGattHandler's l2capReade... | Sven Gothel | 2022-04-15 | 1 | -1/+1 |
* | SMPHandler.hpp: #define -> 'inline constexpr' to allow proper compile time an... | Sven Gothel | 2022-04-10 | 1 | -4/+4 |
* | BTAdapter/HCIHandler: Reflect: Advertising is active until either disabled vi... | Sven Gothel | 2022-02-06 | 1 | -0/+11 |
* | HCIHandler: Use jau::service_runner | Sven Gothel | 2022-01-12 | 1 | -176/+126 |
* | [BTAdapter|HCIHandler].cpp: Fix whitespace | Sven Gothel | 2022-01-03 | 1 | -1/+0 |
* | Inrcrease Reader-Callback Shutdown Robustness: Limited time (8s) and have thr... | Sven Gothel | 2021-11-17 | 1 | -1/+7 |
* | Unlock mutex before notify_all to avoid pessimistic re-block of notified wait... | Sven Gothel | 2021-11-16 | 1 | -2/+3 |
* | Adapt to jau::ringbuffer API change | Sven Gothel | 2021-10-31 | 1 | -3/+3 |
* | Fix HCIHandler::le_enable_adv(enable = false) for BT5 | Sven Gothel | 2021-10-26 | 1 | -1/+1 |
* | Add 3 HCI Commands + 1 HCI MetaEvent to support SMP SC on slave peripheral si... | Sven Gothel | 2021-10-26 | 1 | -32/+102 |
* | HCIHandler: Add HCIMetaEventType::LE_LTK_REQUEST (filter), add opc LE_LTK_REP... | Sven Gothel | 2021-10-25 | 1 | -0/+3 |
* | HCIHandler: Add dev_id for all debug output, allowing to separate multiple ad... | Sven Gothel | 2021-10-25 | 1 | -76/+79 |
* | HCIHandler: Always pass LE_PHY_UPDATE_COMPLETE, LE_REMOTE_FEATURES to event h... | Sven Gothel | 2021-10-25 | 1 | -12/+2 |
* | minor debug print fixes | Sven Gothel | 2021-10-16 | 1 | -1/+1 |
* | BT4 advertising data_length max still 31 bytes only if using legacy PDUs | Sven Gothel | 2021-10-16 | 1 | -2/+5 |
* | Fix BT4 HCIHandler::le_set_[adv|scanrsp]_data(): No param-size trimming for B... | Sven Gothel | 2021-10-07 | 1 | -2/+2 |
* | HCIHandler::le_set_[adv|scanrsp]_data(): Trim the packet param size, otherwis... | Sven Gothel | 2021-10-07 | 1 | -0/+15 |
* | HCIHandler::le_set_adv_param(): Fix BT5 ext adv param: Map ADV_IND -> ADV_IND... | Sven Gothel | 2021-10-07 | 1 | -4/+6 |
* | BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ... | Sven Gothel | 2021-10-05 | 1 | -11/+9 |