Diff between 82b8e31857f5c15cc191122a19da29aabe8f8d18 and 0d8d87721ad5d2b4159ed6b86534b5708564d3ef

Changed Files

File Additions Deletions Status
emulator/bthost.c +1 -0 modified

Full Patch

diff --git a/emulator/bthost.c b/emulator/bthost.c
index 59dde1e..f859dd1 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -1862,6 +1862,7 @@ static void rfcomm_pn_recv(struct bthost *bthost, struct btconn *conn,
 	}
 
 	pn_cmd.dlci = pn->dlci;
+	pn_cmd.flow_ctrl = pn->flow_ctrl;
 	pn_cmd.priority = pn->priority;
 	pn_cmd.ack_timer = pn->ack_timer;
 	pn_cmd.max_retrans = pn->max_retrans;