summaryrefslogtreecommitdiff
path: root/app/src/split/bluetooth/central.c
AgeCommit message (Expand)Author
2021-11-04fix(split): Properly rediscover peripherals.Peter Johanson
2021-01-20refactor(core): Extra event payloads to own types, refactor API.Pete Johanson
2021-01-20refactor(core): Extra position state change data struct.Pete Johanson
2021-01-15fix(ble): Perform GATT notifies from dedicated queue.Pete Johanson
2021-01-15fix(split): Use queue/work for peripheral events.Pete Johanson
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
2020-12-14refactor(app): replace `struct device *` with `const struct device *`innovaker
2020-12-14refactor(app): replace Zephyr integer types with C99 integer typesinnovaker
2020-11-11Fix connection to incorrect peripheralXudong Zheng
2020-10-10Add timestamps to position and behavior events (#147)Okke Formsma
2020-09-14chore: clang-format the codebase.Pete Johanson
2020-09-13feat(bluetooth): Add back profiles, split fixes.Pete Johanson
2020-09-13feat(bluetooth): Proper bond management, identity support for non-splitsPete Johanson
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-08-02Add two solutions to param updatesNick
2020-08-02Fix interval update, add PHY updateNick
2020-07-20Improved function naming for central functions.Pete Johanson
2020-07-20Replace magic 16 with sane constant.Pete Johanson
2020-07-19Fixed min/max.Pete Johanson
2020-07-19Connection params tweaks.Pete Johanson
2020-07-17More split implementation.Pete Johanson
2020-07-17Swtich to SYS_INIT.Pete Johanson
2020-07-17Lots of work on split peripheral/central logic.Pete Johanson
2020-07-17Initial work on split central support.Pete Johanson