summaryrefslogtreecommitdiff
path: root/doc/media-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-09-11 12:29:20 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-09-12 14:15:38 +0300
commit6f680981e00f9c89d899b6d005740c366b62e31c (patch)
treea54293d86bd873b1b0b9e03224ae151268dae4af /doc/media-api.txt
parent5bc235fb6e155662e10bc3a4dbcf53449ed8e554 (diff)
downloadbluez-6f680981e00f9c89d899b6d005740c366b62e31c.tar.gz
doc/media-api: Remove obsolete properties
Properties related to HFP/HSP are no longer available since BlueZ has no native support of those profiles.
Diffstat (limited to 'doc/media-api.txt')
-rw-r--r--doc/media-api.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/doc/media-api.txt b/doc/media-api.txt
index ae49dfa07..b17a15198 100644
--- a/doc/media-api.txt
+++ b/doc/media-api.txt
@@ -593,54 +593,10 @@ Properties object Device [readonly]
property is only writeable when the transport was
acquired by the sender.
- boolean NREC [readwrite]
-
- Optional and HFP specific (external to BlueZ).
- Indicates if echo cancelling and noise reduction
- functions are active in the transport, this
- property is only writeable when the transport
- was acquired by the sender.
-
- boolean InbandRingtone [readwrite]
-
- Optional and HFP specific (external to BlueZ).
- Indicates if the transport support sending
- ringtones, this property is only writeable when
- the transport was acquired by the sender.
-
- string Routing [readonly]
-
- Optional and HFP specific (external to BlueZ).
- Indicates where is the transport being routed.
-
- Possible Values: "HCI" or "PCM"
-
uint16 Volume [readwrite]
Optional. Indicates volume level of the transport,
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