From 246f7bd77e3939762977e6f81a253fb78f6236e6 Mon Sep 17 00:00:00 2001 From: jasker5183 Date: Mon, 8 Feb 2021 18:05:37 +0000 Subject: [PATCH] bluez-monitor.conf Formatting/Punctuation Fixes --- src/daemon/media-session.d/bluez-monitor.conf | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/daemon/media-session.d/bluez-monitor.conf b/src/daemon/media-session.d/bluez-monitor.conf index 703e77b5f..713946d44 100644 --- a/src/daemon/media-session.d/bluez-monitor.conf +++ b/src/daemon/media-session.d/bluez-monitor.conf @@ -1,6 +1,7 @@ -# bluez-monitor config file +# Bluez monitor config file # + properties = { - # msbc is not expected to work on all headset + adapter combinations. + # MSBC is not expected to work on all headset + adapter combinations. #bluez5.msbc-support = true #bluez5.sbc-xq-support = true @@ -14,24 +15,24 @@ properties = { # hfp_ag (HFP Audio Gateway) #bluez5.headset-roles = [ hsp_hs hsp_ag hfp_ag ] - # Enabled A2DP codecs (default: all) + # Enabled A2DP codecs (default: all). #bluez5.codecs = [ sbc aac ldac aptx aptx_hd ] } rules = [ - # an array of matches/actions to evaluate + # An array of matches/actions to evaluate. { - # rules for matching a device or node. It is an array of + # Rules for matching a device or node. It is an array of # properties that all need to match the regexp. If any of the # matches work, the actions are executed for the object. matches = [ { - # this matches all cards + # This matches all cards. device.name = "~bluez_card.*" } ] actions = { - # actions can update properties on the matched object. + # Actions can update properties on the matched object. update-props = { #device.nick = "My Device" } @@ -40,11 +41,11 @@ rules = [ { matches = [ { - # matches all sinks + # Matches all sinks. node.name = "~bluez_input.*" } { - # matches all sources + # Matches all sources. node.name = "~bluez_output.*" } ]