audio.conf
来自「BlueZ源码」· CONF 代码 · 共 33 行
CONF
33 行
# Configuration file for the audio service# This section contains options which are not specific to any# particular interface[General]# Switch to master role for incoming connections (defaults to true)#Master=true# If we want to disable support for specific services# Defaults to supporting all implemented services#Disable=Control,Source# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)# Defaults to HCI#SCORouting=PCM# Headset interface specific options (i.e. options which affect how the audio# service interacts with remote headset devices)[Headset]# Set to true to support HFP (in addition to HSP only which is the default)# Defaults to falseHFP=false# Maximum number of connected HSP/HFP devices per adapter. Defaults to 1MaxConnections=1# Just an example of potential config options for the other interfaces#[A2DP]#SBCSources=1#MPEG12Sources=0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?