1. in the file "Core_v5.2.pdf"
"The LE system operates in the 2.4 GHz ISM band at 2400-2483.5 MHz. The
LE system uses 40 RF channels. These RF channels have center frequencies
2402 + k * 2 MHz, where k = 0, ..., 39."
2. in the file "hci.c", in zephyr
Question: How can I get the 'AuxPtr chan_idx', in period adv? It seems not in "struct bt_le_scan_recv_info *info",not in"struct bt_le_per_adv_sync_recv_info *info",not in "struct bt_le_per_adv_sync *sync".
thks.