Deleted Added
full compact
bluetooth.device.conf (152286) bluetooth.device.conf (179360)
1# Copyright (c) 2005 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23# SUCH DAMAGE.
24#
1# Copyright (c) 2005 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23# SUCH DAMAGE.
24#
25# $FreeBSD: head/etc/defaults/bluetooth.device.conf 152286 2005-11-10 19:09:22Z emax $
25# $FreeBSD: head/etc/defaults/bluetooth.device.conf 179360 2008-05-27 17:46:32Z emax $
26
27# The authentication_enable parameter controls if the device requires to
28# authenticate the remote device at connection setup. At connection setup,
29# only the devices with the authentication_enable parameter enabled will
30# try to authenticate the other device.
31#
32# Possible values:
33#
34# NO or 0 authentication disabled (default);
35# YES or 1 authentication enabled.
36
37# authentication_enable="NO"
38
39# The class parameter is used to indicate the capabilities of the device to
40# other devices.
41#
26
27# The authentication_enable parameter controls if the device requires to
28# authenticate the remote device at connection setup. At connection setup,
29# only the devices with the authentication_enable parameter enabled will
30# try to authenticate the other device.
31#
32# Possible values:
33#
34# NO or 0 authentication disabled (default);
35# YES or 1 authentication enabled.
36
37# authentication_enable="NO"
38
39# The class parameter is used to indicate the capabilities of the device to
40# other devices.
41#
42# For more details see
43# https://www.bluetooth.org/foundry/assignnumb/document/baseband
42# For more details see "Assigned Numbers - Bluetooth Baseband" document
44#
45# Possible value:
46#
47# xx:xx:xx where xx is a hex number
48
49# class="ff:01:0c"
50
51# The connectable parameter controls whether or not the device should

--- 44 unchanged lines hidden (view full) ---

96# The local_name parameter provides the ability to modify the user friendly
97# name for the device.
98
99# local_name="My device"
100
101# The role_switch parameter controls whether the local device should perform
102# role switch. By default, if role switch is supported, the local device will
103# try to perform role switch and become Master on incoming connection. Some
43#
44# Possible value:
45#
46# xx:xx:xx where xx is a hex number
47
48# class="ff:01:0c"
49
50# The connectable parameter controls whether or not the device should

--- 44 unchanged lines hidden (view full) ---

95# The local_name parameter provides the ability to modify the user friendly
96# name for the device.
97
98# local_name="My device"
99
100# The role_switch parameter controls whether the local device should perform
101# role switch. By default, if role switch is supported, the local device will
102# try to perform role switch and become Master on incoming connection. Some
104# devices do not support role switch and thus incomming connections from such
103# devices do not support role switch and thus incoming connections from such
105# devices will fail. If role switch is disabled then accepting device will
106# remain Slave.
107#
108# NO or 0 do not perform role switch;
109# YES or 1 perform role switch (default).
110
111# role_switch="YES"
112
104# devices will fail. If role switch is disabled then accepting device will
105# remain Slave.
106#
107# NO or 0 do not perform role switch;
108# YES or 1 perform role switch (default).
109
110# role_switch="YES"
111