📄 hcid.conf
字号:
## HCI daemon configuration file.## HCId optionsoptions { # Automatically initialize new devices autoinit yes; # Security Manager mode # none - Security manager disabled # auto - Use local PIN for incoming connections # user - Always ask user for a PIN # security user; # Pairing mode # none - Pairing disabled # multi - Allow pairing with already paired devices # once - Pair once and deny successive attempts pairing multi;}# Default settings for HCI devicesdevice { # Local device name # %d - device id # %h - host name # %b - ro.product.brand # %m - ro.product.model # %n - ro.product.name name "%m"; # Local device class # 0x400000 - Service class: Telephony # 0x000200 - Major class: Phone # 0x00000C - Minor class: Smart phone class 0x40020C; # Default packet type #pkt_type DH1,DM1,HV1; # Inquiry and Page scan iscan disable; pscan enable; # Page timeout (in 0.625ms slots): 10 seconds pageto 16384; # Default link mode # none - no specific policy # accept - always accept incoming connections # master - become master on incoming connections, # deny role switch on outgoing connections lm accept; # Default link policy # none - no specific policy # rswitch - allow role switch # hold - allow hold mode # sniff - allow sniff mode # park - allow park mode lp rswitch,hold,sniff,park;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -