Hi Claudio, * Claudio Takahasi <claudio.takahasi@xxxxxxxxxxxxx> [2011-02-11 19:28:55 -0200]: > 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@xxxxxxxxxxxxx> > --- > include/net/bluetooth/l2cap.h | 15 ++++++++++ > net/bluetooth/l2cap_core.c | 60 ++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 74 insertions(+), 1 deletions(-) Applied, after fix the conflict caused by the changes I did in the previous patch. Thanks. -- Gustavo F. Padovan http://profusion.mobi -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html