flipperzero-firmware
flipperzero-firmware copied to clipboard
ble: profile rework
What's new
- [ Describe changes here ]
Verification
- [ Describe how to verify changes ]
Checklist (For Reviewer)
- [ ] PR has description of feature/bug or link to Confluence/Jira task
- [ ] Description contains actions to verify feature/bugfix
- [ ] I've built this code, uploaded it to the device and verified feature/bugfix
@hedger Would you be open to a PR to your branch that adds a OpenHaystack profile?
@thejudge156 you can bring that profile along with your custom app. Just implement the profile interface.
Or, even better, use the BLE beacon API - then it will properly work in the background. It won't rotate the keys on time, though, until the app is re-launched.
Thanks for the pointer, I will work on that.