Post the datasheet of bluetooth module. You don't have to reset mcu to disconnect bluetooth connection.
If your Bluetooth module has a pin for reset then connect it to any digital output pin of mcu and in the code make that pin low to reset bluetooth. Do it after you have sent the data.
Do you have the pin out of bluetooth module?
Pin 17 is the reset input pin and it is active low. So, you have to send logic 0 to reset it. Connect pin 17 of module to a digital output pin of mcu and make that pin low to reset module.
You bt module is 3.3v device and if your mcu is 5v device then you have to use level translator between bt module and mcu.