Replies: 1 comment 2 replies
-
You could use the channel map to inform the controller about used and unused channels, but the controller is free to change the channel map itself. I do not know the implementation details here. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am testing the connectionless rx example from here
https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/bluetooth/direction_finding_connectionless_rx
And when I am getting the I/Q reports I get sometimes in the report struct
bt_df_per_adv_sync_iq_samples_report
that the channel idx are outside the adv. channels (37,38,39). E.g., 20,30,11,14I was just wondering if this is normal and if the CTE during periodic advertising is transmitted over channels that are not the adv. channels?
Edit: Based on docs from silabs the periodic adv. uses data channels.
https://docs.silabs.com/bluetooth/latest/general/adv-and-scanning/periodic-adv-bt5
So I might rephrase this, is it possible to select which channels I want the periodic adv. to be sent ?
Beta Was this translation helpful? Give feedback.
All reactions