Hi Seungyoun Ju, On Mon, Jul 13, 2015, sy39.ju@xxxxxxxxxxx wrote: > Slave latency range has been changed in Core Spec. 4.2 by Erratum 5419 > of ESR08_V1.0.0. And it should be applied to Core Spec. 4.0 and 4.1. > > Before: > connSlaveLatency <= ((connSupervisionTimeout / connIntervalMax) - 1) > > After: > connSlaveLatency <= ((connSupervisionTimeout / (connIntervalMax*2)) - 1) > > This patch makes hci_check_conn_params() check the allowable slave > latency range using the changed way. > > Signed-off-by: Seungyoun Ju <sy39.ju@xxxxxxxxxxx> > --- > include/net/bluetooth/hci_core.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to bluetooth-next. Thanks. Johan -- 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