summaryrefslogtreecommitdiff
path: root/app/src/ble.c
AgeCommit message (Expand)Author
2020-08-18Merge pull request #99 from petejohanson/core/bluetooth-unpair-magic-comboPete Johanson
2020-08-18fix(bluetooth): Stop peripheral half advertising once connected.Pete Johanson
2020-08-18feeature(bt): Add "unpair combo" on startup.Pete Johanson
2020-08-18Add missing license header.Pete Johanson
2020-08-16Create proper fix for split default conn bugNick
2020-08-14Remove use of printk.Pete Johanson
2020-08-05Add if block and param req callback commentNick
2020-08-03Remove updated callbackNick
2020-08-02Add two solutions to param updatesNick
2020-08-02Fix variable name in peripheral PHY updateNick
2020-08-02Fix interval update, add PHY updateNick
2020-07-21Fixes for BLE host connections w/ split support.Pete Johanson
2020-07-19Update connectin params once we're connected to.Pete Johanson
2020-07-17Working BT settings.Pete Johanson
2020-07-17Lots of work on split peripheral/central logic.Pete Johanson
2020-07-17Initial work on split central support.Pete Johanson
2020-07-17Initial exploration of split BLE service.Pete Johanson
2020-07-07Use SYS_INIT for BLE and USB init.Pete Johanson
2020-06-21Clean up after refactor, better HID constants.Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson