For activating the Automatic Device Discovery, it will be done in the early functions of the MIDlet to execute, like for instance in the constructor of the MIDlet and the static function to use will be:
com.sirit.nfc.Hardware.NFCRequestEnabledADD(true);
and for stopping it:
com.sirit.nfc.Hardware.NFCRequestEnabledADD(false);