~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to rfcomm/rfcomm.conf

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-10-07 12:10:29 UTC
  • Revision ID: james.westby@ubuntu.com-20081007121029-4gup4fmmh2vfo5nh
Tags: upstream-4.12
ImportĀ upstreamĀ versionĀ 4.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# RFCOMM configuration file.
 
3
#
 
4
 
 
5
#rfcomm0 {
 
6
#       # Automatically bind the device at startup
 
7
#       bind no;
 
8
#
 
9
#       # Bluetooth address of the device
 
10
#       device 11:22:33:44:55:66;
 
11
#
 
12
#       # RFCOMM channel for the connection
 
13
#       channel 1;
 
14
#
 
15
#       # Description of the connection
 
16
#       comment "Example Bluetooth device";
 
17
#}