All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for new AVRCP ctrl interface
@ 2014-11-10 11:37 Ravi kumar Veeramally
  2014-11-10 11:37 ` [PATCH 1/4] android/hal-ipc-txt: Add support for new AVRCP CTRL interface Ravi kumar Veeramally
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Ravi kumar Veeramally @ 2014-11-10 11:37 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ravi kumar Veeramally

Android Lollipop has new interface for AVRCP controller. It has
one command and two callbacks. Patchset updates support for IPC doc,
hal-msg, HAL part and client part. 

Ravi kumar Veeramally (4):
  android/hal-ipc-txt: Add support for new AVRCP CTRL interface
  android/hal-msg: Add support for new AVRCP CTRL interface
  android/hal-avrcp: Add suuport for new AVRCP ctrl interface
  android/client: Add support for new AVRCP CTRL interface

 android/client/if-bt.c   |   2 +
 android/client/if-main.h |   2 +
 android/client/if-rc.c   |  88 ++++++++++++++++++++++++++++++++++
 android/hal-avrcp.c      | 122 +++++++++++++++++++++++++++++++++++++++++++++++
 android/hal-bluetooth.c  |   3 ++
 android/hal-ipc-api.txt  |  49 +++++++++++++++++--
 android/hal-msg.h        |  30 ++++++++++--
 android/hal.h            |   1 +
 8 files changed, 289 insertions(+), 8 deletions(-)

-- 
2.1.0


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 11:37 [PATCH 0/4] Add support for new AVRCP ctrl interface Ravi kumar Veeramally
2014-11-10 11:37 ` [PATCH 1/4] android/hal-ipc-txt: Add support for new AVRCP CTRL interface Ravi kumar Veeramally
2014-11-10 13:32   ` Luiz Augusto von Dentz
2014-11-10 13:42     ` Ravi kumar Veeramally
2014-11-10 13:55       ` Luiz Augusto von Dentz
2014-11-10 11:37 ` [PATCH 2/4] android/hal-msg: " Ravi kumar Veeramally
2014-11-10 13:23   ` Luiz Augusto von Dentz
2014-11-10 13:32     ` Ravi kumar Veeramally
2014-11-10 11:37 ` [PATCH 3/4] android/hal-avrcp: Add suuport for new AVRCP ctrl interface Ravi kumar Veeramally
2014-11-10 11:37 ` [PATCH 4/4] android/client: Add support for new AVRCP CTRL interface Ravi kumar Veeramally

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.