Renaming Bluetooth device (not ArduinoBT)

if you have your arduino connected with your computer, you can use the arduino serial monitor. just paste in: AT+NAMEbluA
and that will change the name to bluA

or just have the bluetooth module connected to the arduino with TX/RX, and write a program that does: Serial.print("AT+NAMEbluA"); and there ya go