analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 75 forks source link

feat(BLE): Added User Configurable Duplicate Filtering #1022

Closed BrentK-ADI closed 12 hours ago

BrentK-ADI commented 1 month ago

Updated the Extended scan functionality to allow the user to specify if duplicate packets should be filtered during the scanning process. This was previously hard coded to TRUE. The legacy Scan function remains hard coded for simplicity of use and compatibility with existing code bases.

All existing BLE example applications use the legacy AppScanStart call. This was tested against a customer project using the AppExtScanStart capability.

github-actions[bot] commented 1 week ago

This pull request is stale because it has been open for 30 days with no activity. Remove stale label, commit, or comment or this will be closed in 7 days.

Jake-Carter commented 1 day ago

@EricB-ADI good to merge?