Diff between 9f081972cbaf1f1c4802a86aab769e300358dcd9 and bfc6cf43c83f9b088c13ce727976e4c73245fcee

Changed Files

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

Full Patch

diff --git a/emulator/bthost.c b/emulator/bthost.c
index bb1219d..d751e7d 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -2322,7 +2322,7 @@ static void rfcomm_pn_recv(struct bthost *bthost, struct btconn *conn,
 	pn_cmd.ack_timer = pn->ack_timer;
 	pn_cmd.max_retrans = pn->max_retrans;
 	pn_cmd.mtu = pn->mtu;
-	pn_cmd.credits = pn->credits;
+	pn_cmd.credits = 255;
 
 	rfcomm_uih_send(bthost, conn, l2conn, RFCOMM_ADDR(1, 0),
 			RFCOMM_MCC_TYPE(0, RFCOMM_PN), &pn_cmd, sizeof(pn_cmd));