我处理了一些蓝牙问题,并在/etc/bluetooth/main.conf
中发现了这一点:
# Enables Multi Profile Specification support. This allows to specify if
# system supports only Multiple Profiles Single Device (MPSD) configuration
# or both Multiple Profiles Single Device (MPSD) and Multiple Profiles Multiple
# Devices (MPMD) configurations.
# Possible values: "off", "single", "multiple"
MultiProfile = multiple
那是什么?我在蓝牙规范中发现了一些对多个配置文件的引用,但我不确定这到底是做什么的。
我发现它的唯一地方是源代码:https://git.merproject.org/mer-core/bluez/commit/e9f873b1c1e2f102ee5353a06e7fede161304c7d,它对我帮助不大:)
发布于 2019-02-13 20:28:50
MultiProfile = x
有效地声明了MPS是否和支持您的设备的程度。你引语中的评论说明了一切。
从规范中:
多配置文件规范(MPS)指定支持多个蓝牙配置文件的蓝牙设备的行为。任何声称支持此配置文件的设备,除了在其支持的每个蓝牙配置文件中定义的需求之外,还应满足本规范中定义的所有适用需求。
有关MPS是什么的更多细节,请参见与MPS (多重配置文件服务) 这里对应的链接。
https://askubuntu.com/questions/1014259
复制相似问题