-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Can't get Coded PHY type(S2 or S8) #29274
Comments
When LE Coded PHY is used then both S2 and S8 can be used, the connection can switch coding per PDU sent. |
Shame on me =( I try to understand a case when I have a peripheral device(nRf52840), that get PHY update request from the Central(nRf52840) and update own PHY after it.
|
@ustinov-dev You cannot know if S2 or S8 is used, you can only know that LE Coded PHY is used, and then both S2 and S8 will be used.
|
Ok. I see. Thanks a lot guys! |
Will the controller automatically switch between the two? |
The controller is free to do that. Behavior will vary depending on the implementation. |
Hi,
I use Zephyr from the master branch and struggle with Coded PHY type detection in created connection.
I can't find anything except
bt_conn_get_info
to get the PHY type, but unfortunately thebt_conn_le_phy_info
structure from this function doesn't contain any information about S2 or S8, only Coded or not.Is there any opportunity to get all information about used PHY?
Thanks in advance,
Sergey
The text was updated successfully, but these errors were encountered: