diff mbox series

doc: Update documentation for HSP and HFP profiles

Message ID 20200414204602.29215-1-pali@kernel.org (mailing list archive)
State New, archived
Headers show
Series doc: Update documentation for HSP and HFP profiles | expand

Commit Message

Pali Rohár April 14, 2020, 8:46 p.m. UTC
Fix information about default rfcomm channel number in HFP HS role
(it is 7, not 6) and add documentation about default values.
---
 doc/profile-api.txt | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

Comments

Luiz Augusto von Dentz April 14, 2020, 9:03 p.m. UTC | #1
Hi Pali,

On Tue, Apr 14, 2020 at 1:46 PM Pali Rohár <pali@kernel.org> wrote:
>
> Fix information about default rfcomm channel number in HFP HS role
> (it is 7, not 6) and add documentation about default values.
> ---
>  doc/profile-api.txt | 27 +++++++++++++++++++++++++--
>  1 file changed, 25 insertions(+), 2 deletions(-)
>
> diff --git a/doc/profile-api.txt b/doc/profile-api.txt
> index ec18034..183c6c1 100644
> --- a/doc/profile-api.txt
> +++ b/doc/profile-api.txt
> @@ -16,10 +16,33 @@ Object path /org/bluez
>                         If an application disconnects from the bus all
>                         its registered profiles will be removed.
>
> +                       Some predefined services:
> +
> +                       HFP AG UUID: 0000111f-0000-1000-8000-00805f9b34fb
> +
> +                               Default profile Version is 1.7, profile Features
> +                               is 0b001001 and RFCOMM channel is 13.
> +                               Authentication is required.
> +
>                         HFP HS UUID: 0000111e-0000-1000-8000-00805f9b34fb
>
> -                               Default RFCOMM channel is 6. And this requires
> -                               authentication.
> +                               Default profile Version is 1.7, profile Features
> +                               is 0b000000 and RFCOMM channel is 7.
> +                               Authentication is required.
> +
> +                       HSP AG UUID: 00001112-0000-1000-8000-00805f9b34fb
> +
> +                               Default profile Version is 1.2, RFCOMM channel
> +                               is 12 and Authentication is required. Does not
> +                               support any Features, option is ignored.
> +
> +                       HSP HS UUID: 00001108-0000-1000-8000-00805f9b34fb
> +
> +                               Default profile Version is 1.2, profile Features
> +                               is 0b0 and RFCOMM channel is 6. Authentication
> +                               is required. Features is one bit value, specify
> +                               capability of Remote Audio Volume Control
> +                               (by default turned off).
>
>                         Available options:
>
> --
> 2.20.1

Applied, thanks.
diff mbox series

Patch

diff --git a/doc/profile-api.txt b/doc/profile-api.txt
index ec18034..183c6c1 100644
--- a/doc/profile-api.txt
+++ b/doc/profile-api.txt
@@ -16,10 +16,33 @@  Object path	/org/bluez
 			If an application disconnects from the bus all
 			its registered profiles will be removed.
 
+			Some predefined services:
+
+			HFP AG UUID: 0000111f-0000-1000-8000-00805f9b34fb
+
+				Default profile Version is 1.7, profile Features
+				is 0b001001 and RFCOMM channel is 13.
+				Authentication is required.
+
 			HFP HS UUID: 0000111e-0000-1000-8000-00805f9b34fb
 
-				Default RFCOMM channel is 6. And this requires
-				authentication.
+				Default profile Version is 1.7, profile Features
+				is 0b000000 and RFCOMM channel is 7.
+				Authentication is required.
+
+			HSP AG UUID: 00001112-0000-1000-8000-00805f9b34fb
+
+				Default profile Version is 1.2, RFCOMM channel
+				is 12 and Authentication is required. Does not
+				support any Features, option is ignored.
+
+			HSP HS UUID: 00001108-0000-1000-8000-00805f9b34fb
+
+				Default profile Version is 1.2, profile Features
+				is 0b0 and RFCOMM channel is 6. Authentication
+				is required. Features is one bit value, specify
+				capability of Remote Audio Volume Control
+				(by default turned off).
 
 			Available options: