Commit 761e1570 authored by Maksim Krasnyanskiy's avatar Maksim Krasnyanskiy

Bluetooth: RFCOMM must send MSC when DLC was opened by SABM

parent fea45e9c
......@@ -1085,6 +1085,8 @@ static int rfcomm_recv_sabm(struct rfcomm_session *s, u8 dlci)
d->state = BT_CONNECTED;
d->state_change(d, 0);
rfcomm_dlc_unlock(d);
rfcomm_send_msc(s, 1, dlci, d->v24_sig);
} else {
rfcomm_send_dm(s, dlci);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment