# # 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"; #} rfcomm1 { bind no; device 00:1F:DE:82:34:7D; channel 3; comment "Nokia N70 SC"; } rfcomm0 { bind no; device C0:38:F9:66:02:D1; channel 5; comment "Nokia E55 SC"; }