Audio files Trasfering through Bluetooth module to android mobile

hi to all,

I have voice recorded files in microSDcard connected to the arduino mega2560 used SPI comm

NOW

I want to transfer the recorded voice files stored in microSDcard in .wav formate to an android mobile through any bluetooth module which supports for audio file transfering

AND one more thing i want to set the date and time stamps of RTC (Real Time Clock RTC DS3231 connected to arduino mega2560 through I2C comm)

Which bluetooth module will support for these two fun's ?

hi im working on the similar project. I have managed to save the recording data in the sd card but
having trouble with sending data to my computer wirelessly. DO you have any suggestions? Please
help ! thank you

The Filedump example in the SD library should be all you need.
The common HC-05 or HC-06 Bluetooth is OK. It is not a matter of "supporting the functions". Bluetooth simply passes on data from the serial port.
You can use the RTC to name the SD file by date and/or time. Maybe that is what you want.