Incorrect baud rate on Arduino BT

You set the baud rate on the Arduino when you call Serial.begin(baudRate). This is usually done during the setup() function. Just load a sketch with the baud rate you want.