If I wanted to connect to the BL600 without it advertising packets from itself, how would this be done?

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.