-
Notifications
You must be signed in to change notification settings - Fork 3k
Bluetooth 5 Phy support #7899
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
Bluetooth 5 Phy support #7899
Conversation
@ARMmbed/mbed-os-pan Please review (I cant assign you as reviewers, will fix that). |
1180ce7
to
064898e
Compare
Phy api
Phy api
support for controller features
phy set types added, nordic implementation updated
use gap.h typedef for Phy_t for consistency
@donatieng The target release for this one? Not yet specified anywhere. As it is adding new functionality, it can be either 5.10 or 5.11 at the moment. |
Hi @0xc0170, this one is indeed meant for 5.10 - it's ready for CI. |
/morph build |
Build : SUCCESSBuild number : 2966 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2581 |
Test : SUCCESSBuild number : 2718 |
Description
Add support to update the phy used during a connection.
This PR is the results of our work in our private repo (it has already been reviewed internally); it requires #7869 to go in first as it includes an old version of the precompiled cordio stack.
PR:
Pull request type