Searched refs:SEQ (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | net.c | 52 #define SEQ(pdu) (sys_get_be24(&pdu[2])) macro 124 msg_cache[i].seq == (SEQ(pdu->data) & BIT_MASK(17))) { in msg_cache_match() 375 .seq = SEQ(buf->data), in bt_mesh_net_local() 566 BT_DBG("Dropped 0x%06x", SEQ(buf->data)); in bt_mesh_net_loopback_clear() 724 rx->seq = SEQ(buf->data); in bt_mesh_net_header_parse() 769 rx->seq = SEQ(out->data); in bt_mesh_net_decode()
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | Kconfig | 445 SEQs 5,4,3,6 and are waiting SEQ 2, the data in segments 3,4,5,6 is 447 SEQ 2. But if we receive SEQs 5,4,3,7 then the SEQ 7 is discarded
|