cancel
Showing results for 
Search instead for 
Did you mean: 

Legacy Scan vs Extended Scan

DLoza.2
Associate III

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

1 REPLY 1
BStic.2
Senior

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....