Replies: 1 comment 2 replies
-
@cvinayak can probably answer that |
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
-
Currently I use nrf52840 for BLE research
I know that in bluetooth/controller/ll_sw/nordic/lll/lll_master.c, in prepare_cb, data_chan_use is setting the frequency channel to be used next
data_chan_use = lll_chan_sel_2(event_counter, lll->data_chan_id, &lll->data_chan_map[0], lll->data_chan_count);
But how does central inform the frequency sequence to the peripheral to jump?
Can't find a place for the synchronization frequency hopping sequence
Please tell me if you know
thank
Beta Was this translation helpful? Give feedback.
All reactions