From b3c1c09bb8e8e3d6ed84908f9831ac30d59ef4d2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Aug 2006 10:03:56 +0000 Subject: Comment out example config entry --- rfcomm/rfcomm.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'rfcomm') 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"; +#} -- cgit