1 # $FreeBSD: src/usr.sbin/bluetooth/hcsecd/hcsecd.conf,v 1.1 2003/05/10 21:50:35 julian Exp $
2 # $DragonFly: src/etc/bluetooth/bthcid.conf,v 1.1 2008/01/30 14:10:19 hasso Exp $
4 # HCI security daemon configuration file
12 # Possible options and values
15 # ----------------------------------
16 # bdaddr xx:xx:xx:xx:xx:xx ; - remote device BD_ADDR
17 # name "any char" ; - to set user friendly device name
18 # key 0x11223344 | nokey ; - to set link key for the device
19 # pin "secret" | nopin ; - to PIN code for the device
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
27 # "nokey" means that no link key has been defined and we should
28 # send Link_Key_Negative_Reply command to the device.
30 # "nopin" means that no PIN code has been defined and we should
31 # send PIN_Code_Negative_Reply command to the device
34 # Default entry applied if no better match found
35 # It MUST have 00:00:00:00:00:00 as bdaddr
37 bdaddr 00:00:00:00:00:00;
44 # bdaddr 00:80:37:5e:4d:d4;
45 # name "Ericsson T68 phone";
47 # pin "0000"; # PIN code (string up to 16 character)
51 # bdaddr 00:01:03:fc:6e:ec;
58 # bdaddr 00:11:22:33:44:55;
60 # key 0x00112233445566778899aabbccddeeff; # 16 bytes key (hex string)