linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] Add health profile support for haltest
@ 2014-04-22 12:05 Ravi kumar Veeramally
  2014-04-22 12:06 ` [PATCH 01/11] android/hal-health: Use correct enums Ravi kumar Veeramally
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Ravi kumar Veeramally @ 2014-04-22 12:05 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ravi kumar Veeramally

v1: Patch set contains fixes and health profile support for
    haltest.

Ravi kumar Veeramally (11):
  android/hal-health: Use correct enums
  android/hal-health: Fix copying empty string
  android/hal-msg: Add mdep role and channel type defines
  android/health: Fix wrong boolean value for command handler
  android/health: Add initial function for HAL_OP_HEALTH_MDEP command
  android/client: Add initial support for health profile
  android/client: Add register_application support to haltest
  android/client: Add unregister_application support to haltest
  android/client: Add connect_channel support to haltest
  android/client: Add destroy_channel support to haltest
  android/client: Add health callbacks support for haltest

 android/Makefile.am      |   1 +
 android/client/haltest.c |   1 +
 android/client/if-bt.c   |   3 +-
 android/client/if-hl.c   | 301 +++++++++++++++++++++++++++++++++++++++++++++++
 android/client/if-main.h |   2 +
 android/hal-health.c     |  14 ++-
 android/hal-msg.h        |   7 ++
 android/health.c         |  13 +-
 8 files changed, 334 insertions(+), 8 deletions(-)
 create mode 100644 android/client/if-hl.c

-- 
1.8.3.2


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

end of thread, other threads:[~2014-04-24  8:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-22 12:05 [PATCH 00/11] Add health profile support for haltest Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 01/11] android/hal-health: Use correct enums Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 02/11] android/hal-health: Fix copying empty string Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 03/11] android/hal-msg: Add mdep role and channel type defines Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 04/11] android/health: Fix wrong boolean value for command handler Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 05/11] android/health: Add initial function for HAL_OP_HEALTH_MDEP command Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 06/11] android/client: Add initial support for health profile Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 07/11] android/client: Add register_application support to haltest Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 08/11] android/client: Add unregister_application " Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 09/11] android/client: Add connect_channel " Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 10/11] android/client: Add destroy_channel " Ravi kumar Veeramally
2014-04-22 12:06 ` [PATCH 11/11] android/client: Add health callbacks support for haltest Ravi kumar Veeramally
2014-04-23 20:02 ` [PATCH 00/11] Add health profile " Szymon Janc
2014-04-24  8:03   ` Ravi kumar Veeramally

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).