Reset max_interval to BTM_BLE_CONN_INT_MIN_LIMIT
In case of min_interval < BTM_BLE_CONN_INT_MIN_LIMIT and max_interval < BTM_BLE_CONN_INT_MIN_LIMIT, min_interval is reset to BTM_BLE_CONN_INT_MIN_LIMIT but max_interval is not reset. Then valid connection parameter updates can be rejected. To avoid this, reset max_interval to BTM_BLE_CONN_INT_MIN_LIMIT when max_interval is smaller than BTM_BLE_INT_MIN_LIMIT. Change-Id: I5f54ddc0276f40d667ff433557b74ea4b100058d
Loading
Please register or sign in to comment