diff options
| -rw-r--r-- | hcid/hcid.conf | 8 | ||||
| -rw-r--r-- | hcid/hcid.conf.5 | 2 | 
2 files changed, 3 insertions, 7 deletions
| diff --git a/hcid/hcid.conf b/hcid/hcid.conf index 78ca06e2..d2740b74 100644 --- a/hcid/hcid.conf +++ b/hcid/hcid.conf @@ -50,9 +50,6 @@ device {  	#   accept - always accept incoming connections  	#   master - become master on incoming connections,  	#            deny role switch on outgoing connections -	# -	#lm accept,master; -	#  	lm accept;  	# Default link policy @@ -61,12 +58,9 @@ device {  	#   hold    - allow hold mode  	#   sniff   - allow sniff mode  	#   park    - allow park mode -	# -	#lp hold,sniff; -	#  	lp rswitch,hold,sniff,park; -	# Authentication and Encryption +	# Authentication and Encryption (Security Mode 3)  	#auth enable;  	#encrypt enable;  } diff --git a/hcid/hcid.conf.5 b/hcid/hcid.conf.5 index 4bac6de1..d110e2a7 100644 --- a/hcid/hcid.conf.5 +++ b/hcid/hcid.conf.5 @@ -105,6 +105,8 @@ Enables or disables authentication between local and remote devices when they co  Authentication is done following a challenge\-response mechanism described in the Bluetooth Specification 1.2 volume 2 part C section 4.2, and uses the link key generated during pairing as the shared secret. +Activating this option sets the local device into Bluetooth security mode 3. +  .TP   \fBencrypt\fP  enable|disable  Enable or disable link encryption. Should be set to enable in most cases, unless one of the devices does not support encryption for some reason. | 
