Turning Off Bluetooth?

Hiya,
We're working on a project where we are using several Arduino BTs to communicate with a Symbian S60 phone. The Arduino BTs are using a lot of power and we want to be able to conserve some of this power by 'turning off' the Bluetooth. We still want the board to be active but the Bluetooth to not be able to communicate for certain periods of time. Is there a way to do this on the Arduino BT?
Any help is appreciated :slight_smile:
Thanks

Looks like the module has the iWrap firmware. According to the iWrap datasheet, there are commands to enable/disable the radio.

You have to register on bluegiga's website to get the iWrap manual.

We have been trying to use iWrap but can't figure out the correct command to do this and half the time the commands that we do try don't work anyway.