bluez/rfcomm/rfcomm.conf
2005-10-29 22:36:31 +00:00

18 lines
284 B
Plaintext

#
# RFCOMM configuration file.
#
rfcomm0 {
# Automatically bind the device at startup
bind no;
# Bluetooth address of the device
device 11:22:33:44:55:66;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment "Example Bluetooth device";
}