How to displaying the process time between HC-05 and the android device on the serial monitor (e.g. finished 2.8 sec)...Is it possible?
What do you mean by "process time"?
Sending a message from an Arduino to an Android device using Bluetooth will only take a few millisecs and will primariy depend on the baud rate between the Arduino and the HC05
...R