Bluetooth: Add connection parameter update response
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Fri, 11 Feb 2011 21:28:55 +0000 (19:28 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 16 Feb 2011 19:33:24 +0000 (16:33 -0300)
commitde73115a7d67e1b81dbde2285a7657f3e3867703
tree1bc55503b0fdce681fa038fb0c5af09df723b5cc
parent3300d9a930a79508032e3e03ac2bde3a22dd048d
Bluetooth: Add connection parameter update response

Implements L2CAP Connection Parameter Update Response defined in
the Bluetooth Core Specification, Volume 3, Part A, section 4.21.
Address the LE Connection Parameter Procedure initiated by the slave.

Connection Interval Minimum and Maximum have the same range: 6 to
3200. Time = N * 1.25ms. Minimum shall be less or equal to Maximum.
The Slave Latency field shall have a value in the range of 0 to
((connSupervisionTimeout / connIntervalMax) - 1). Latency field shall
be less than 500. connSupervisionTimeout = Timeout Multiplier * 10 ms.
Multiplier field shall have a value in the range of 10 to 3200.

Signed-off-by: Claudio Takahasi <claudio.takahasi@openbossa.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c