Can I read extended advertising data without sync

I am working on a project that need to receive extended advertising data, I modify periodic_sync from nrf connect sdk to get the data and it works for my device, but I need to receive another device's data which is manufacture by Texas Instrument, I can't receive the data. I check the packet with sniffer, I found out in Extended Header Flags the Sync Info is Not present, Is it possible to receive extended advertising data without sync.

  

Parents Reply
  • It is possible but we need to know what you are trying to scan. 

    You can try to test using the central_hr_coded example. What you need to do is to remove the scan filter (then you need to use this call back: scan_filter_no_match()) or change the filter to match with your advertiser. And you need to change the PHYconfiguration to use 1Mbps instead of Coded PHY. 

Children
Related