# # RFCOMM configuration file. # rfcomm0 { # # Automatically bind the device at startup bind yes; # # # Bluetooth address of the device device 00:1D:F6:82:DC:81; # # # RFCOMM channel for the connection channel 6; # # # Description of the connection comment "OBEX File Transfer"; } rfcomm1 { bind yes; device 00:1D:F6:82:DC:81; channel 2; comment "serial port"; } rfcomm2 { bind yes device 00:1D:F6:82:DC:81; channel 7; comment "OBEX Object Push" }