|
NAMEhcsecd.conf —
hcsecd(8)
configuration file
DESCRIPTIONThehcsecd.conf file is the configuration file for the
hcsecd(8)
Bluetooth link keys/PIN codes management daemon.
The FILE FORMATThehcsecd.conf file consists of a list of
device entries. Each device
entry defines a link key or PIN code for a remote Bluetooth device. Each
remote Bluetooth device is identified by its unique BD_ADDR.
The
The following section describes all supported options and arguments.
EXAMPLESA samplehcsecd.conf file:
# Default entry is applied if no better match found # It MUST have 00:00:00:00:00:00 as bdaddr device { bdaddr 00:00:00:00:00:00; name "Default entry"; key nokey; pin nopin; } # Ericsson T68 phone device { bdaddr 00:80:37:5e:4d:d4; name "Ericsson T68 phone"; key nokey; pin "0000"; # PIN code } # Dummy device device { bdaddr 00:11:22:33:44:55; name "Dummy"; key 0x00112233445566778899aabbccddeeff; # 16 bytes key pin nopin; } SEE ALSOhcsecd(8)AUTHORSMaksim Yevmenkin <m_evmenkin@yahoo.com>
Visit the GSP FreeBSD Man Page Interface. |