Scan window is not working when i use BT_LE_SCAN_OPT_CODED option i

The scan window does not alternate properly with the BT_LE_SCAN_OPT_CODED option in the scan parameters. Specifically, the scan window does not toggle on and off every 30 ms as expected with a 30 ms scan window and a 60 ms scan interval. However, when using the BT_LE_SCAN_OPT_NONE option, the scan window operates correctly, toggling on and off every 30 ms as configured.

Is this an expected behaviour?? or is there a way to make it work as expected??

Reference image:

BT_LE_SCAN_OPT_NONE:

 

BT_LE_SCAN_OPT_CODED:

Related