Answer
It is not possible to connect to a BLE peripheral mode device without it first advertising. This holds true even if you know the MAC address of said module. To advertise with the BL600, use one of our sample apps or utilize the BleGapSvcInit() and BleAdvertStart() functions in your own application.