I have Raspberry Pi with USB BT dongle. I have installed bluetooth and the service is up.
Code: Select all
hcitool scan
Scanning ...
00:12:05:11:92:75 linvor
Code: Select all
root@raspberrypi:/home/pi# cat /etc/bluetooth/rfcomm.conf
#
# RFCOMM configuration file.
#
rfcomm0 {
# Automatically bind the device at startup
bind no;
# Bluetooth address of the device
device 00:12:05:11:92:75;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment "Linvor Bluetooth Device";
}
Code: Select all
root@raspberrypi:/home/pi# rfcomm connect 0
Can't connect RFCOMM socket: Connection refused
Code: Select all
root@raspberrypi:/home/pi# ls /etc/bluetooth/
audio.conf main.conf proximity.conf serial.conf
input.conf network.conf rfcomm.conf