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