Arduino Uno + Bluetooth Connectivity Issue

I updated the baud rate in the sketch to 115200 but it still doesn't work.

Regarding the other suggestion, I'm not exactly sure how to confirm my Windows 7 is "Paired" with the Bluetooth module.

In Control Panel > Devices and Printers, I do see the Arduino, but when I right click it and go to Properties > Hardware, I see Standard Serial over Bluetooth Link (Com9) listed in the Device Functions box. The issue here is, in my Processing code, Serial.List() does not return Com9.

I performed a Windows "Troubleshoot" operation on the Bluetooth device but it returned no issues found.

In Device Manager, Under Ports (Com & LPT), I have Com1, Standard Serial over Bluetooth Link (Com9), and Standard Serial over Bluetooth Link (Com10).

So, it looks like I have two serial ports assigned to Bluetooth but only one of these 2 is returned with the Serial.List() function (com1 is also returned).

On a side note, the Bluetooth module has a red LED which doesn't stop flashing.

Should I expect the flashing to stop at some point if things are working properly?

Is it possible this isn't going to work because my bluetooth module is "Master-Only" ?

Sorry for all the questions.

Thanks,
Mike