You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering about the support for the coded PHY aka BT long range in Zephyr 2.2. In general I only found this sample by nordic: https://github.com/nrfconnect/sdk-nrf/tree/master/samples/bluetooth/peripheral_hr_coded
However, the nordic sdk is based on a newer zephyr version, and I am stuck to zephyr 2.2 due to it being BT SIG certified. The sample uses the following advertising parameters:
Sadly, BT_LE_ADV_OPT_CODED does not seem to exist in Zephyr 2.2. This leads me to believe that coded phy advertising is not fully supported in that version, and only came later. Is this assumption correct?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey everyone,
I'm wondering about the support for the coded PHY aka BT long range in Zephyr 2.2. In general I only found this sample by nordic:
https://github.com/nrfconnect/sdk-nrf/tree/master/samples/bluetooth/peripheral_hr_coded
However, the nordic sdk is based on a newer zephyr version, and I am stuck to zephyr 2.2 due to it being BT SIG certified. The sample uses the following advertising parameters:
Sadly,
BT_LE_ADV_OPT_CODED
does not seem to exist in Zephyr 2.2. This leads me to believe that coded phy advertising is not fully supported in that version, and only came later. Is this assumption correct?Regards,
René Beckmann
Beta Was this translation helpful? Give feedback.
All reactions