index
:
zmk.git
core/peripheral-behavior-invocation
main
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
split
Age
Commit message (
Expand
)
Author
2021-01-20
refactor(core): Extra event payloads to own types, refactor API.
Pete Johanson
2021-01-20
refactor(core): Extra position state change data struct.
Pete Johanson
2021-01-15
fix(splits): Send pos notify from dedicated thread
Pete Johanson
2021-01-15
fix(ble): Perform GATT notifies from dedicated queue.
Pete Johanson
2021-01-15
fix(split): Use queue/work for peripheral events.
Pete Johanson
2020-12-28
refactor: replace filename hyphens with underscores
innovaker
2020-12-14
refactor(app): replace `struct device *` with `const struct device *`
innovaker
2020-12-14
refactor(app): replace Zephyr integer types with C99 integer types
innovaker
2020-11-11
Fix connection to incorrect peripheral
Xudong Zheng
2020-10-10
Add timestamps to position and behavior events (#147)
Okke Formsma
2020-09-14
chore: clang-format the codebase.
Pete Johanson
2020-09-13
feat(bluetooth): Add back profiles, split fixes.
Pete Johanson
2020-09-13
feat(bluetooth): Proper bond management, identity support for non-splits
Pete Johanson
2020-09-10
fix: Switch to single AUTHORS file.* Closes #164
Pete Johanson
2020-08-02
Add two solutions to param updates
Nick
2020-08-02
Fix interval update, add PHY update
Nick
2020-07-20
Improved function naming for central functions.
Pete Johanson
2020-07-20
Replace magic 16 with sane constant.
Pete Johanson
2020-07-19
Fixed min/max.
Pete Johanson
2020-07-19
Connection params tweaks.
Pete Johanson
2020-07-17
More split implementation.
Pete Johanson
2020-07-17
Swtich to SYS_INIT.
Pete Johanson
2020-07-17
Lots of work on split peripheral/central logic.
Pete Johanson
2020-07-17
Initial work on split central support.
Pete Johanson
2020-07-17
Initial exploration of split BLE service.
Pete Johanson