Skip to content

Instantly share code, notes, and snippets.

@GiovanniBalestrieri
Created August 16, 2016 22:15
Show Gist options
  • Save GiovanniBalestrieri/7b6479de12d3980f457cfd1f7ca4880f to your computer and use it in GitHub Desktop.
Save GiovanniBalestrieri/7b6479de12d3980f457cfd1f7ca4880f to your computer and use it in GitHub Desktop.
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 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