SDK v14.2.0 using s132
Our central should only have one connection at a time, so I set
#define NRF_SDH_BLE_CENTRAL_LINK_COUNT 1
But when it is connected to a peripheral the central still scans and receives advertisement from others.
How can I prevent that?
Isn't the above define sufficient?