* [Bug 187871] New: Bluetooth LE advertising interval: Using same value for max and min
@ 2016-11-16 11:19 bugzilla-daemon
2016-11-17 5:26 ` [Bug 187871] " bugzilla-daemon
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2016-11-16 11:19 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=187871
Bug ID: 187871
Summary: Bluetooth LE advertising interval: Using same value
for max and min
Product: Drivers
Version: 2.5
Kernel Version: 4.9
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Bluetooth
Assignee: linux-bluetooth@vger.kernel.org
Reporter: gardarh@gmail.com
Regression: No
The Bluetooth Core Specification 4.2, Vol 2, Part E, Section 7.8.5 states the
following:
"The Advertising_Interval_Min and Advertising_Interval_Max should not be the
same value to enable the Controller to determine the best advertising interval
given other activities."
However, I noticed when inspecting hci commands through btmon that bluez is
setting Advertising_Interval_Min and Advertising_Interval_Max to 0x800. A more
appropriate solution would be to modify either, e.g. set
Advertising_Interval_Min to 0x600.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug 187871] Bluetooth LE advertising interval: Using same value for max and min
2016-11-16 11:19 [Bug 187871] New: Bluetooth LE advertising interval: Using same value for max and min bugzilla-daemon
@ 2016-11-17 5:26 ` bugzilla-daemon
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2016-11-17 5:26 UTC (permalink / raw)
To: linux-bluetooth
https://bugzilla.kernel.org/show_bug.cgi?id=187871
Joseph Hwang <josephsih@chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |josephsih@chromium.org
--- Comment #1 from Joseph Hwang <josephsih@chromium.org> ---
On page 969 of the same Section 7.8.5 in the specification, it states that the
default values of both Advertising_Interval_Min and Advertising_Interval_Max
are 0x0800 (1.28 seconds).
When setting distinct Advertising_Interval_Min and Advertising_Interval_Max
values, a controller may pick up any value between the range. The chosen value
might be different from the default 1.28 seconds that a user expects, and may
keep changing each time after reboot depending on the controller's behavior.
That could be a bit confusing though.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-17 5:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-16 11:19 [Bug 187871] New: Bluetooth LE advertising interval: Using same value for max and min bugzilla-daemon
2016-11-17 5:26 ` [Bug 187871] " bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).