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 v3 8/8] Bluetooth: Add Slave Page Response Timeout Event
Date: Wed, 2 Oct 2013 21:09:18 +0900 [thread overview]
Message-ID: <1380715758-10334-9-git-send-email-dh79.pyun@samsung.com> (raw)
In-Reply-To: <1380715758-10334-1-git-send-email-dh79.pyun@samsung.com>
From: DoHyun Pyun <dh79.pyun@samsung.com>
The Slave Page Response Timeout event indicates to the Host that a
slave page response timeout has occurred 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 110
"7.7.67 Synchronization Train Complete Event [New Section]
...
Note: this event will be generated if the slave BR/EDR Controller
responds to a page but does not receive the master FHS packet
(see Baseband, Section 8.3.3) within pagerespTO.
Event Parameters: NONE"
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 03f2a91..b90eec5 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -1510,6 +1510,8 @@ struct hci_ev_sync_train_complete {
__u8 status;
} __packed;
+#define HCI_EV_SLAVE_PAGE_RESP_TIMEOUT 0x54
+
/* Low energy meta events */
#define LE_CONN_ROLE_MASTER 0x00
--
1.8.1.2
next prev parent reply other threads:[~2013-10-02 12:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-02 12:09 [PATCH v3 0/8] Add CSA 4 commands and events in hci.h Dohyun Pyun
2013-10-02 12:09 ` [PATCH v3 1/8] Bluetooth: Add Set Reserved LT_ADDR Command Dohyun Pyun
2013-10-02 12:09 ` [PATCH v3 2/8] Bluetooth: Add Delete " Dohyun Pyun
2013-10-02 12:09 ` [PATCH v3 3/8] Bluetooth: Add Set Connectionless Slave Broadcast Data Command Dohyun Pyun
2013-10-02 12:09 ` [PATCH v3 4/8] Bluetooth: Add Write Synchronization Train Parameters Command Dohyun Pyun
2013-10-02 12:09 ` [PATCH v3 5/8] Bluetooth: Add Set Connectionless Slave Broadcast Command Dohyun Pyun
2013-10-02 12:09 ` [PATCH v3 6/8] Bluetooth: Add Start Synchronization Train Command Dohyun Pyun
2013-10-02 12:09 ` [PATCH v3 7/8] Bluetooth: Add Synchronization Train Complete Event Dohyun Pyun
2013-10-02 12:09 ` Dohyun Pyun [this message]
2013-10-02 12:20 ` [PATCH v3 8/8] Bluetooth: Add Slave Page Response Timeout Event Anderson Lizardo
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=1380715758-10334-9-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