Diff between e21806eafc80d67894bd3642c8bc063f16ebb46f and 980525a7623ade2e0f164d3c4e1c6d702699f357

Changed Files

File Additions Deletions Status
mesh/pb-adv.c +1 -0 modified

Full Patch

diff --git a/mesh/pb-adv.c b/mesh/pb-adv.c
index 6b4a700..19d1453 100644
--- a/mesh/pb-adv.c
+++ b/mesh/pb-adv.c
@@ -292,6 +292,7 @@ static void pb_adv_packet(void *user_data, const uint8_t *pkt, uint16_t len)
 		/* Only call Open callback once */
 		if (first) {
 			l_debug("PB-ADV open confirmed");
+			session->local_trans_num = 0xFF;
 			session->open_cb(session->user_data, pb_adv_tx,
 							session, PB_ADV);
 		}