-
Notifications
You must be signed in to change notification settings - Fork 3k
BLE: allow overriding event signal #11058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLE: allow overriding event signal #11058
Conversation
|
@paul-szczepanek-arm, thank you for your changes. |
|
Lgtm. @ARMmbed/mbed-os-maintainers Stareted CI since @paul-szczepanek-arm PM'd me, and I think y'all were already out. 😅 |
Test run: FAILEDSummary: 2 of 4 test jobs failed Failed test jobs:
|
|
CI restarted. |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
|
Aborted previous CI job and restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
|
travis-ci/events restarted |
Description
Function that signals events from controller can not be overridden by porter. This changes makes it weak making it possible to decouple host from controller.
Pull request type
Reviewers
Release Notes
This makes no change to existing code and users. Only affects future porters.