The HC-06 is slave-only; you'll need to connect to it from the Pi. Try rfcomm connect hci0 <bdaddr> Or, if it's bound, create a serial connection in your language of choice. What I've found is that if I use rfcomm connect hci0 [MAC] 1 it works. Nothing else seems to work. I've actually tried this o...