This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE Relay concurrently issue

Hello i am using BLE Relay example with softdevices 132 and sdk version 13. i make this example simple, no more connection. just adverting and scanning continuously. here is scan parameters.with these parameters i am losing packet.

#define SCAN_INTERVAL               0x00A0    
#define SCAN_WINDOW                 0x0050  

After update the scan window to

#define SCAN_WINDOW                 0x009E 

the advertiser advertise nothing. what will be the best value for scan window and interval and also advertise interval, they can work concurrently without any packet loss.

this is the advertise interval

#define APP_ADV_INTERVAL                 MSEC_TO_UNITS(50, UNIT_0_625_MS)

thank you

Related