All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] android/hal-ipc-api: Add av callbacks for Android 5
@ 2014-11-19 13:10 Jakub Tyszkowski
  2014-11-19 13:10 ` [PATCH 2/3] android/hal: Add av callbacks for Android 5 API Jakub Tyszkowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jakub Tyszkowski @ 2014-11-19 13:10 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jakub Tyszkowski

Android 5 adds audio configuration callback.
---
 android/hal-ipc-api.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt
index a5ec44b..9502a15 100644
--- a/android/hal-ipc-api.txt
+++ b/android/hal-ipc-api.txt
@@ -1098,6 +1098,15 @@ Notifications:
 		                         0x01 = Stopped
 		                         0x02 = Started
 
+	Opcode 0x83 - Audio Configuration notification
+
+		Notification parameters: Remote address (6 octets)
+					 Sample Rate in Hz (4 octets)
+					 Channel Count (1 octet)
+
+		Valid channel count: 0x01 = Mono
+		                     0x02 = Stereo
+
 
 Bluetooth Health HAL (ID 7)
 ===========================
-- 
1.9.1


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

end of thread, other threads:[~2014-11-20 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-19 13:10 [PATCH 1/3] android/hal-ipc-api: Add av callbacks for Android 5 Jakub Tyszkowski
2014-11-19 13:10 ` [PATCH 2/3] android/hal: Add av callbacks for Android 5 API Jakub Tyszkowski
2014-11-19 13:10 ` [PATCH 3/3] android/client: Add av audio config callback Jakub Tyszkowski
2014-11-20 13:44 ` [PATCH 1/3] android/hal-ipc-api: Add av callbacks for Android 5 Tyszkowski Jakub

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.