Created
August 16, 2016 22:15
-
-
Save GiovanniBalestrieri/7b6479de12d3980f457cfd1f7ca4880f to your computer and use it in GitHub Desktop.
Rfcomm configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 3; | |
# Description of the connection | |
comment "This is Device 1's serial port."; | |
} | |
rfcomm2 { | |
# 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 3; | |
# Description of the connection | |
comment "This is Device 1's serial port."; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment