diff options
| -rw-r--r-- | rfcomm/rfcomm.conf | 26 | 
1 files changed, 13 insertions, 13 deletions
| diff --git a/rfcomm/rfcomm.conf b/rfcomm/rfcomm.conf index d5e81ed1..6179ef7b 100644 --- a/rfcomm/rfcomm.conf +++ b/rfcomm/rfcomm.conf @@ -2,16 +2,16 @@  # 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"; -} +#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"; +#} | 
