From: Dohyun Pyun <re20sfree@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: steve.jun@samsung.com, DoHyun Pyun <dh79.pyun@samsung.com>,
C S Bhargava <cs.bhargava@samsung.com>
Subject: [PATCH v2 6/8] Bluetooth: Add Start Synchronization Train Command
Date: Wed, 2 Oct 2013 20:10:16 +0900 [thread overview]
Message-ID: <1380712218-9269-7-git-send-email-dh79.pyun@samsung.com> (raw)
In-Reply-To: <1380712218-9269-1-git-send-email-dh79.pyun@samsung.com>
From: DoHyun Pyun <dh79.pyun@samsung.com>
The Start_Synchronization_Train command controls the Synchronization
Train functionality in the BR/EDR Controller.
The Core Spec Addendum 4 adds this command in part B Connectionless
Slave Broadcast.
Bluetooth Core Specification Addendum 4 - Page 86
"7.1.51 Start Synchronization Train Command [New Section]
...
If connectionless slave broadcast mode is not enabled, the Command
Disallowed (0x0C) error code shall be returned. After receiving this
command and returning a Command Status event, the Baseband starts
attempting to send synchronization train packets containing information
related to the enabled Connectionless Slave Broadcast packet timing.
Note: The AFH_Channel_Map used in the synchronization train packets is
configured by the Set_AFH_Channel_Classification command and the local
channel classification in the BR/EDR Controller.
The synchronization train packets will be sent using the parameters
specified by the latest Write_Synchronization_Train_Parameters command.
The Synchronization Train will continue until synchronization_trainTO
slots (as specified in the last Write_Synchronization_Train command)
have passed or until the Host disables the Connectionless Slave Broadcast
logical transport."
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
Signed-off-by: C S Bhargava <cs.bhargava@samsung.com>
---
include/net/bluetooth/hci.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 8176b27..5f30012 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -644,6 +644,8 @@ struct hci_rp_set_csb {
__le16 interval;
} __packed;
+#define HCI_OP_START_SYNC_TRAIN 0x0443
+
#define HCI_OP_SNIFF_MODE 0x0803
struct hci_cp_sniff_mode {
__le16 handle;
--
1.8.1.2
next prev parent reply other threads:[~2013-10-02 11:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-02 11:10 [PATCH v2 0/8] Add CSA 4 commands and events in hci.h Dohyun Pyun
2013-10-02 11:10 ` [PATCH v2 1/8] Bluetooth: Add Set Reserved LT_ADDR Command Dohyun Pyun
2013-10-02 11:10 ` [PATCH v2 2/8] Bluetooth: Add Delete " Dohyun Pyun
2013-10-02 11:10 ` [PATCH v2 3/8] Bluetooth: Add Set Connectionless Slave Broadcast Data Command Dohyun Pyun
2013-10-02 11:10 ` [PATCH v2 4/8] Bluetooth: Add Write Synchronization Train Parameters Command Dohyun Pyun
2013-10-02 11:10 ` [PATCH v2 5/8] Bluetooth: Add Set Connectionless Slave Broadcast Command Dohyun Pyun
2013-10-02 11:10 ` Dohyun Pyun [this message]
2013-10-02 11:10 ` [PATCH v2 7/8] Bluetooth: Add Synchronization Train Complete Event Dohyun Pyun
2013-10-02 11:10 ` [PATCH v2 8/8] Bluetooth: Add Slave Page Response Timeout Event Dohyun Pyun
2013-10-02 11:46 ` Marcel Holtmann
2013-10-02 11:51 ` Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1380712218-9269-7-git-send-email-dh79.pyun@samsung.com \
--to=re20sfree@gmail.com \
--cc=cs.bhargava@samsung.com \
--cc=dh79.pyun@samsung.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=steve.jun@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox