diff options
Diffstat (limited to 'hcid/hcid.conf')
-rw-r--r-- | hcid/hcid.conf | 8 |
1 files changed, 1 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; } |