bluetooth.default

来自「Bluezan implementation of the Bluetooth&」· DEFAULT 代码 · 共 38 行

DEFAULT
38
字号
# Bluetooth configuraton file# Start of hcid (allowed values are "true" and "false")HCID_ENABLE=true# Config file for hcidHCID_CONFIG="/etc/bluetooth/hcid.conf"# Start sdpd (allowed values are "true" and "false")SDPD_ENABLE=true# Start hidd (allowed values are "true" and "false")HIDD_ENABLE=true# Arguments to hiddHIDD_OPTIONS=""# Run hid2hci (allowed values are "true" and "false")HID2HCI_ENABLE=true# Bind rfcomm devices (allowed values are "true" and "false")RFCOMM_ENABLE=true# Config file for rfcommRFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"# Start dund (allowed values are "true" and "false")DUND_ENABLE=false# Arguments to dundDUND_OPTIONS="--listen --persist"# Start pand (allowed values are "true" and "false")PAND_ENABLE=false# Arguments to pandPAND_OPTIONS="--listen --role NAP"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?