Hi,
I am working with an nRF52833 using the SoftDevice Controller in nRF Connect SDK 3.1.0, and I have a question about LE Coded PHY (long range).
I understand that the device supports coded PHY, but I found conflicting information regarding whether both S=2 (500 kbps) and S=8 (125 kbps) are supported.
In some DevZone posts I saw that S=2 is not supported on the nRF52833 (only S=8).
My questions are:
1. When I enable coded PHY advertising on the nRF52833, which coding (S=2 or S=8) is used by default?
2. When establishing a connection on coded PHY, which coding is negotiated by default?
(Supposing that the central does not specify a preference between S2/S8)
3. Is it possible to explicitly request S=2 on the nRF52833, or is only S=8 supported?
I want to make sure I understand the default behavior both for advertising packets and for connections.
Thanks in advance!