Sending unique Id for enrolling a new finger via Bluetooth,HC-05

There is a simple sketch for enrolling a new fingerprint via Arduino-UNO - by simply using the Adafruit_Fingerprint library and running the Enroll sketch, then in the serial monitor,we are asked to type in the ID to enroll - we use the box up top to type in a number and click Send. Each finger print that is given by the user using fingerprint sensor is Enrolled! piece of cake :slight_smile: This is the traditional method.

But

But i want to know if i could send these ID to the serial monitor/port through my Android phone using Bluetooth HC-05, so that a new fingerprint gets an ID .

Not only this
i also want the serial monitor to send back some confirmation-information via Bluetooth HC-05 to my android phone?

How can i achieve this?? i'm totally new at this. Consider me a noob!!!

Serial monitor cannot communicate with anything via Bluetooth. You can do this with a proper terminal programme, like RealTerm, to Arduino, and probably Android too.