summaryrefslogtreecommitdiff
path: root/doc/media-api.txt
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2013-01-08 10:41:04 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2013-01-08 13:56:15 +0200
commita9a177ff820a8d1f3645c89d7e2f4c682b4f3efe (patch)
tree9d032bdfd48cbaccc20e7c13245468616f45373f /doc/media-api.txt
parentd69fd6bacf59f4425a10e3e26d4d6c5cd902419d (diff)
downloadbluez-a9a177ff820a8d1f3645c89d7e2f4c682b4f3efe.tar.gz
media: Add HFP/HSP gains to transport API
Add two independent and HSP/HFP-specific properties to the media transport representing the input and output audio volumes.
Diffstat (limited to 'doc/media-api.txt')
-rw-r--r--doc/media-api.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/media-api.txt b/doc/media-api.txt
index e2a72dc82..cdde6ea84 100644
--- a/doc/media-api.txt
+++ b/doc/media-api.txt
@@ -393,4 +393,26 @@ Properties object Device [readonly]
this property is only writeable when the transport was
acquired by the sender.
+ Note: the property will not be present for HSP/HFP
+ transports and MicrophoneGain/SpeakerGain should be
+ used instead.
+
Possible Values: 0-127
+
+ byte MicrophoneGain [readwrite]
+
+ Optional. Indicates volume level of the transport's
+ incoming audio stream for HSP/HFP transports. This
+ property is only writeable when the transport was
+ acquired by the sender.
+
+ Possible Values: 0-15
+
+ byte SpeakerGain [readwrite]
+
+ Optional. Indicates volume level of the transport's
+ outgoing audio stream for HSP/HFP transports. This
+ property is only writeable when the transport was
+ acquired by the sender.
+
+ Possible Values: 0-15