2022-05-23 07:50 AM
Hi
For a while i have been trying to scan Extended PDUs (ADV_EXT_IND and AUX_ADV_IND). I tried to use hci_le_set_extended_scan_parameters() and hci_le_set_extended_scan_enable() commands for this but never worked because the hci_le_extended_advertising_report_event() wasn't called.
However, I tried to use aci_gap_set_scan_configuration() and aci_gap_start_procedure() instead of the above commands, and the event worked and I scan Extended PDUs successfully.
My question is, why is this happening?
Thanks,
Daniel
2023-06-05 06:34 PM
Did you ever find the answer to this? I am also trying to use hci_le_set_extended_scan_enable. It tells me that the HCI parameters are invalid, but they arent....