Does anyone know how to use the ArduinoBT to scan for other available bluetooth devices and initiate pairing? I just downloaded the iWrap API docs and there are instructions to do exactly what I want but I'm not sure how the output from the bluegiga module comes back to the Arduino.
To see the events from the WT-11, you have to enable the echo mode:
SET CONTROL ECHO 4
Now you can see the events when other bluetooth devices are connecting.
You might get problems with the bootloader when ECHO is enabled, therefore I recommend using the SET CONTROL BIND commands to get back to a default configuration.