From: Marcel Holtmann <marcel@holtmann.org>
To: Dohyun Pyun <re20sfree@gmail.com>
Cc: linux-bluetooth@vger.kernel.org, steve.jun@samsung.com,
DoHyun Pyun <dh79.pyun@samsung.com>,
C S Bhargava <cs.bhargava@samsung.com>
Subject: Re: [PATCH v2 8/8] Bluetooth: Add Slave Page Response Timeout Event
Date: Wed, 2 Oct 2013 13:51:17 +0200 [thread overview]
Message-ID: <D92D1EED-F24F-4FCB-AFAA-17348CB6FF04@holtmann.org> (raw)
In-Reply-To: <34B4E475-5C0D-45BF-B9F9-1B47016F7636@holtmann.org>
Hi Dohyun,
>> 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 8ec8ee8..34580f1 100644
>> --- a/include/net/bluetooth/hci.h
>> +++ b/include/net/bluetooth/hci.h
>> @@ -1508,6 +1508,8 @@ struct hci_ev_sync_train_complete {
>> __u8 status;
>> } __packed;
>>
>> +#define HCI_EV_SLAVE_PAGE_RESP_TIMEOUT 0x54
>> +
>
> I do not know how clearly I can make myself. These structs and defines are done in order of either opcode or event code. So please get this right.
scratch this comment. Seems they are ordered correctly, but just not in my inbox when I tested the patches.
Just make sure to send a clean series of patches that git am against bluetooth-next. Current one doesn't. t had to apply them with a fuzz.
Regards
Marcel
prev parent reply other threads:[~2013-10-02 11:51 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 ` [PATCH v2 6/8] Bluetooth: Add Start Synchronization Train Command Dohyun Pyun
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 [this message]
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=D92D1EED-F24F-4FCB-AFAA-17348CB6FF04@holtmann.org \
--to=marcel@holtmann.org \
--cc=cs.bhargava@samsung.com \
--cc=dh79.pyun@samsung.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=re20sfree@gmail.com \
--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