Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/6] android/ipc: Add command to enable HFP in handsfree HAL
@ 2014-02-28 16:19 Szymon Janc
  2014-02-28 16:19 ` [PATCH 2/6] android/handsfree: Add support for enable HFP command Szymon Janc
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Szymon Janc @ 2014-02-28 16:19 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

This command will be used to enable HFP support in handsfree HAL.
---
 android/hal-ipc-api.txt | 2 ++
 android/hal-msg.h       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt
index 1a19c80..54f6783 100644
--- a/android/hal-ipc-api.txt
+++ b/android/hal-ipc-api.txt
@@ -935,6 +935,8 @@ Android HAL name: "handsfree" (BT_PROFILE_HANDSFREE_ID)
 
 		In case of an error, the error response will be returned.
 
+	Opcode 0x0f - Enable Handsfree Profile command/response
+
 Notifications:
 
 	Opcode 0x81 - Connection State notification
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 1e12868..cbb0f14 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -783,6 +783,8 @@ struct hal_cmd_gatt_server_send_response {
 	uint8_t data[0];
 } __attribute__((packed));
 
+#define HAL_OP_HANDSFREE_ENABLE_HFP		0x0F
+
 /* Notifications and confirmations */
 
 #define HAL_POWER_OFF			0x00
-- 
1.8.3.2


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

end of thread, other threads:[~2014-02-28 17:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 16:19 [PATCH 1/6] android/ipc: Add command to enable HFP in handsfree HAL Szymon Janc
2014-02-28 16:19 ` [PATCH 2/6] android/handsfree: Add support for enable HFP command Szymon Janc
2014-02-28 16:19 ` [PATCH 3/6] android/hal-handsfree: " Szymon Janc
2014-02-28 16:19 ` [PATCH 4/6] android/socket: Reserve channel for HSP AG Szymon Janc
2014-02-28 16:44   ` Johan Hedberg
2014-02-28 17:06     ` Szymon Janc
2014-02-28 17:19       ` Marcel Holtmann
2014-02-28 17:45         ` Szymon Janc
2014-02-28 17:54           ` Marcel Holtmann
2014-02-28 16:19 ` [PATCH 5/6] android/handsfree: Add support " Szymon Janc
2014-02-28 16:19 ` [PATCH 6/6] android/handsfree: Allow to connect to HSP or HFP handsfree unit Szymon Janc

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