Bluetooth Shield connection problem (Arduino UNO, PC, HTC)

 blueToothSerial.begin(9600); //Set BluetoothBee BaudRate to default baud rate 38400

maybe the bluetooth baudrate is wrong , the default baud rate is 38400 if you had no change it ever more. It is important that remember the baudrate if you want to set it .
furthermore, if succeed , D1(red) and D2(green) were flashing , is the status that the bluetooth waiting for connection .
hope it can help you .

deray