I am using MasterEmulator.dll for connecting to pear device.
I am using nRF51 Dongle and pear device is nRF52 custom board.
The pear device is advertising at very low power. So while connecting to it fails sometimes.
I am looking for any internal settings for which there are fewer chances of not able to connect to the devices.
Right now the connection parameters are
connectionParams.ConnectionIntervalMs = 11.25;
connectionParams.ScanIntervalMs = 250;
connectionParams.ScanWindowMs = 200;
Is there any changes which I get reduse the chances of Connection failuer.