Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4779a24e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "bluetooth: Initiate authentication before sending l2cap connect response."

parents d09c3b1c da155053
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3638,6 +3638,8 @@ void __l2cap_connect_rsp_defer(struct l2cap_chan *chan)
	else
		rsp_code = L2CAP_CONN_RSP;

	l2cap_chan_check_security(chan, false);

	BT_DBG("chan %p rsp_code %u", chan, rsp_code);

	l2cap_send_cmd(conn, chan->ident, rsp_code, sizeof(rsp), &rsp);