Lines 14-20
Link Here
|
14 |
# auto - Use local PIN for incoming connections |
14 |
# auto - Use local PIN for incoming connections |
15 |
# user - Always ask user for a PIN |
15 |
# user - Always ask user for a PIN |
16 |
# |
16 |
# |
17 |
security auto; |
17 |
security user; |
18 |
|
18 |
|
19 |
# Pairing mode |
19 |
# Pairing mode |
20 |
# none - Pairing disabled |
20 |
# none - Pairing disabled |
Lines 43-49
Link Here
|
43 |
#pkt_type DH1,DM1,HV1; |
43 |
#pkt_type DH1,DM1,HV1; |
44 |
|
44 |
|
45 |
# Inquiry and Page scan |
45 |
# Inquiry and Page scan |
46 |
iscan enable; pscan enable; |
46 |
iscan disable; |
|
|
47 |
pscan enable; |
47 |
|
48 |
|
48 |
# Default link mode |
49 |
# Default link mode |
49 |
# none - no specific policy |
50 |
# none - no specific policy |
Lines 61-66
Link Here
|
61 |
lp rswitch,hold,sniff,park; |
62 |
lp rswitch,hold,sniff,park; |
62 |
|
63 |
|
63 |
# Authentication and Encryption (Security Mode 3) |
64 |
# Authentication and Encryption (Security Mode 3) |
64 |
#auth enable; |
65 |
auth enable; |
65 |
#encrypt enable; |
66 |
encrypt enable; |
66 |
} |
67 |
} |