diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2013-10-02 08:54:53 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-10-02 12:55:00 -0400 |
commit | 2ed01805ee439056f4e1fe182846c029e0a08e49 (patch) | |
tree | 7dabdeb5509830322260894eef7c5028d960d9dc /include | |
parent | 2b359445d5578f65cdd5301dfcbf9e0bdc358b20 (diff) |
Bluetooth: Add the definition for Slave Page Response Timeout
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.72 Slave Page Response Timeout 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>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 03f2a9126a5d..b90eec5e9c06 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -1510,6 +1510,8 @@ struct hci_ev_sync_train_complete { | |||
1510 | __u8 status; | 1510 | __u8 status; |
1511 | } __packed; | 1511 | } __packed; |
1512 | 1512 | ||
1513 | #define HCI_EV_SLAVE_PAGE_RESP_TIMEOUT 0x54 | ||
1514 | |||
1513 | /* Low energy meta events */ | 1515 | /* Low energy meta events */ |
1514 | #define LE_CONN_ROLE_MASTER 0x00 | 1516 | #define LE_CONN_ROLE_MASTER 0x00 |
1515 | 1517 | ||