nRF54L15 Scanner - Advertising Channel Index (37/38/39) Availability?

Hi All,

I am developing a BLE scanner/observer application on nRF54L15 using nRF Connect SDK, Zephyr, and SoftDevice Controller (SDC). In the scan callback (bt_le_scan_recv_info) I can obtain advertiser address, RSSI, PHY, advertising type, and other metadata, but I cannot find any way to determine the actual advertising channel (37, 38, or 39) on which a packet was received. My application is an RF tester/scanner, and per-packet channel information would be very useful. Is there any API, raw HCI event, SDC vendor-specific command/event, or other supported mechanism (like device any peripheral register level etc.) that exposes the advertising channel index for received advertising reports?

Thank you.

Related