• Claudio Takahasi's avatar
    Bluetooth: Add connection parameter update response · de73115a
    Claudio Takahasi authored
    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: default avatarClaudio Takahasi <claudio.takahasi@openbossa.org>
    Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
    de73115a
l2cap_core.c 91.5 KB