|
@@ -7332,7 +7332,8 @@ int l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt)
|
|
l2cap_start_connection(chan);
|
|
l2cap_start_connection(chan);
|
|
else
|
|
else
|
|
__set_chan_timer(chan, L2CAP_DISC_TIMEOUT);
|
|
__set_chan_timer(chan, L2CAP_DISC_TIMEOUT);
|
|
- } else if (chan->state == BT_CONNECT2) {
|
|
|
|
|
|
+ } else if (chan->state == BT_CONNECT2 &&
|
|
|
|
+ chan->mode != L2CAP_MODE_LE_FLOWCTL) {
|
|
struct l2cap_conn_rsp rsp;
|
|
struct l2cap_conn_rsp rsp;
|
|
__u16 res, stat;
|
|
__u16 res, stat;
|
|
|
|
|