Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/8] Initial AT handling for handsfree
@ 2014-03-04 15:32 Szymon Janc
  2014-03-04 15:32 ` [PATCH 1/8] android/handsfree: Add support for AT+BRSF command Szymon Janc
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Szymon Janc @ 2014-03-04 15:32 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

Hi,

This adds initial minimal set of AT commands to establish SLC connection.

Szymon Janc (8):
  android/handsfree: Add support for AT+BRSF command
  android/handsfree: Add support for AT+CIND command
  android/handsfree: Add support for AT+CMER command
  android/handsfree: Distinguish between HSP and HFP connection
  shared/hfp: Add function to check if reach end of command
  shared/hfp: Add hfp_gw_result_get_number_default function
  android/handsfree: Add support for AT+BIA command
  android/handsfree: Make connection state constants name shorter

 android/hal-msg.h   |  10 +-
 android/handsfree.c | 266 +++++++++++++++++++++++++++++++++++++++++++++++++---
 src/shared/hfp.c    |  20 ++++
 src/shared/hfp.h    |   4 +
 4 files changed, 282 insertions(+), 18 deletions(-)

-- 
1.8.3.2


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

end of thread, other threads:[~2014-03-05 16:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 15:32 [PATCH 0/8] Initial AT handling for handsfree Szymon Janc
2014-03-04 15:32 ` [PATCH 1/8] android/handsfree: Add support for AT+BRSF command Szymon Janc
2014-03-04 15:32 ` [PATCH 2/8] android/handsfree: Add support for AT+CIND command Szymon Janc
2014-03-04 15:32 ` [PATCH 3/8] android/handsfree: Add support for AT+CMER command Szymon Janc
2014-03-04 15:32 ` [PATCH 4/8] android/handsfree: Distinguish between HSP and HFP connection Szymon Janc
2014-03-04 15:32 ` [PATCH 5/8] shared/hfp: Add function to check if reach end of command Szymon Janc
2014-03-04 15:32 ` [PATCH 6/8] shared/hfp: Add hfp_gw_result_get_number_default function Szymon Janc
2014-03-04 15:32 ` [PATCH 7/8] android/handsfree: Add support for AT+BIA command Szymon Janc
2014-03-04 15:32 ` [PATCH 8/8] android/handsfree: Make connection state constants name shorter Szymon Janc
2014-03-05 16:14 ` [PATCH 0/8] Initial AT handling for handsfree Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox