flipperzero-firmware icon indicating copy to clipboard operation
flipperzero-firmware copied to clipboard

ble: profile rework

Open hedger opened this issue 1 year ago • 2 comments

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 avatar Dec 06 '23 16:12 hedger

Compiled f7 firmware for commit 4e417796:

github-actions[bot] avatar Dec 06 '23 17:12 github-actions[bot]

PVS-Studio report for commit 4e5c7b1a:

github-actions[bot] avatar Dec 27 '23 16:12 github-actions[bot]

@hedger Would you be open to a PR to your branch that adds a OpenHaystack profile?

thejudge156 avatar Jan 31 '24 02:01 thejudge156

@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.

hedger avatar Feb 02 '24 10:02 hedger

Thanks for the pointer, I will work on that.

thejudge156 avatar Feb 02 '24 17:02 thejudge156