Hi,
I make the device(CC2540) to be the peripheral & observer role and let the device to be connected by the BLE dongle. I wonder to know the scan duration of BLE device in the connection status. I thought that the "scan duration" is related to the "connection interval".
When the connection interval is 1000ms , then the scan duration have to larger than 1000ms in order to find the broadcaster. If the scan duration is less than the connection interval, the device cannot find the anything.
So what is the consideration between the connection interval and scan duration in the connection status?
And is the scan duration would block the connection interval?
THKS