Deleted Added
full compact
hcsecd.conf (121054) hcsecd.conf (130151)
1# $Id: hcsecd.conf,v 1.1 2003/05/26 22:50:47 max Exp $
1# $Id: hcsecd.conf,v 1.1 2003/05/26 22:50:47 max Exp $
2# $FreeBSD: head/etc/bluetooth/hcsecd.conf 121054 2003-10-12 22:04:24Z emax $
2# $FreeBSD: head/etc/bluetooth/hcsecd.conf 130151 2004-06-06 11:46:29Z schweikh $
3#
4# HCI security daemon configuration file
5#
6# Format:
7#
8# device {
9# option value ;
10# }

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

19# pin "secret" | nopin ; - to PIN code for the device
20#
21# Notes:
22#
23# Currently there is no way to select keys/PIN code based on which
24# local device received the request. Everything is based on remote
25# device BD_ADDR.
26#
3#
4# HCI security daemon configuration file
5#
6# Format:
7#
8# device {
9# option value ;
10# }

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

19# pin "secret" | nopin ; - to PIN code for the device
20#
21# Notes:
22#
23# Currently there is no way to select keys/PIN code based on which
24# local device received the request. Everything is based on remote
25# device BD_ADDR.
26#
27# "nokey" means that no link key has been defined and we should
27# "nokey" means that no link key has been defined and we should
28# send Link_Key_Negative_Reply command to the device.
29#
28# send Link_Key_Negative_Reply command to the device.
29#
30# "nopin" means that no PIN code has been defined and we should
30# "nopin" means that no PIN code has been defined and we should
31# send PIN_Code_Negative_Reply command to the device
32#
33
31# send PIN_Code_Negative_Reply command to the device
32#
33
34# Default entry is applied if no better match found
34# Default entry is applied if no better match found
35# It MUST have 00:00:00:00:00:00 as bdaddr
36device {
37 bdaddr 00:00:00:00:00:00;
38 name "Default entry";
39 key nokey;
40 pin nopin;
41}
42

--- 14 unchanged lines hidden ---
35# It MUST have 00:00:00:00:00:00 as bdaddr
36device {
37 bdaddr 00:00:00:00:00:00;
38 name "Default entry";
39 key nokey;
40 pin nopin;
41}
42

--- 14 unchanged lines hidden ---