This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WL1807MOD: Unable to connect my phone to Beagleplay via Bluetooth.

Part Number: WL1807MOD

I am working on BeaglePlay,I am trying to connect the bluetooth though RFCOMM protocol. I am using the following commands to implement it : 

systemctl enable bluetooth  
modprobe bluetooth 
modprobe hci_uart 

modprobe bnep 

modprobe rfcomm 

modprobe btusb 
hciattach /dev/tty0S5 bcm43xx 3000000 flow                     
hciconfig hci0 up.

However i am unable to execute the hciconfig command due to some driver and parameter issues in the previous command(hciattach).

All suggestions are welcome, Thanks in advance.

Regards,

Iswariya