All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] android: Update Audio IPC documentation
@ 2014-01-24 14:50 Andrzej Kaczmarek
  2014-01-24 22:01 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Kaczmarek @ 2014-01-24 14:50 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

Open Stream commands now also returns outoging MTU for returned socket.
---
 android/audio-ipc-api.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/android/audio-ipc-api.txt b/android/audio-ipc-api.txt
index 4aff92c..f4a497d 100644
--- a/android/audio-ipc-api.txt
+++ b/android/audio-ipc-api.txt
@@ -66,7 +66,8 @@ Audio Service (ID 0)
 	Opcode 0x03 - Open Stream command
 
 		Command parameters: Endpoint ID (1 octet)
-		Response parameters: Codec configuration length (1 octet)
+		Response parameters: Outgoing MTU (2 octets)
+				     Codec configuration length (1 octet)
 				     Codec configuration (1 octet)
 				     File descriptor (inline)
 
-- 
1.8.5.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] android: Update Audio IPC documentation
  2014-01-24 14:50 [PATCH] android: Update Audio IPC documentation Andrzej Kaczmarek
@ 2014-01-24 22:01 ` Szymon Janc
  0 siblings, 0 replies; 2+ messages in thread
From: Szymon Janc @ 2014-01-24 22:01 UTC (permalink / raw)
  To: Andrzej Kaczmarek; +Cc: linux-bluetooth

Hi Andrzej,

On Friday 24 January 2014 15:50:29 Andrzej Kaczmarek wrote:
> Open Stream commands now also returns outoging MTU for returned socket.
> ---
>  android/audio-ipc-api.txt | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/android/audio-ipc-api.txt b/android/audio-ipc-api.txt
> index 4aff92c..f4a497d 100644
> --- a/android/audio-ipc-api.txt
> +++ b/android/audio-ipc-api.txt
> @@ -66,7 +66,8 @@ Audio Service (ID 0)
>  	Opcode 0x03 - Open Stream command
> 
>  		Command parameters: Endpoint ID (1 octet)
> -		Response parameters: Codec configuration length (1 octet)
> +		Response parameters: Outgoing MTU (2 octets)
> +				     Codec configuration length (1 octet)
>  				     Codec configuration (1 octet)
>  				     File descriptor (inline)

Applied, thanks.

-- 
Szymon K. Janc
szymon.janc@gmail.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-24 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-24 14:50 [PATCH] android: Update Audio IPC documentation Andrzej Kaczmarek
2014-01-24 22:01 ` Szymon Janc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.