main.conf
来自「这是Linux环境下的蓝牙源代码」· CONF 代码 · 共 27 行
CONF
27 行
[General]# List of plugins that should not be loaded on bluetoothd startup#DisablePlugins = network,input# Default adaper name# %h - substituted for hostname# %d - substituted for adapter idName = %h-%d# Default device class. Only the major and minor device class bits are# consideredClass = 0x000100# How long to stay in discoverable mode before going back to non-discoverable# The value is in seconds. Default is 180, i.e. 3 minutes.# 0 = disable timer, i.e. stay discoverable foreverDiscoverableTimeout = 0# Use some other page timeout than the controller default one# (16384 = 10 seconds)PageTimeout = 8192# Behaviour for Adapter.SetProperty("mode", "off")# Possible values: "DevDown", "NoScan" (default)OffMode = NoScan
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?