summaryrefslogtreecommitdiff
path: root/src/main.conf
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-11-16 14:01:34 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-11-17 09:30:32 -0800
commitf3bd1908b0db7e829ab580736ed5ec187322de68 (patch)
treec827ee2a04ab80d99f822ed304eb942264dee456 /src/main.conf
parentb6e37c1213fdc3387c8e8324225db69933b8809c (diff)
downloadbluez-f3bd1908b0db7e829ab580736ed5ec187322de68.tar.gz
main.conf: Add option to configure AVDP session/stream channel modes
This adds a new group AVDTP where platform can configure the preferred L2CAP channel modes for both session (signalling) and stream (transport). For backward compatibility the both SessionMode and StreamMode defaults to basic mode.
Diffstat (limited to 'src/main.conf')
-rw-r--r--src/main.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf
index 54f6a36bd..d3bc61441 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -200,6 +200,19 @@
# Default to 3
#Channels = 3
+[AVDTP]
+# AVDTP L2CAP Signalling Channel Mode.
+# Possible values:
+# basic: Use L2CAP Basic Mode
+# ertm: Use L2CAP Enhanced Retransmission Mode
+#SessionMode = basic
+
+# AVDTP L2CAP Transport Channel Mode.
+# Possible values:
+# basic: Use L2CAP Basic Mode
+# streaming: Use L2CAP Streaming Mode
+#StreamMode = basic
+
[Policy]
#
# The ReconnectUUIDs defines the set of remote services that should try