Home
last modified time | relevance | path

Searched refs:tx_pdu (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Drpr_cli.h89 uint8_t tx_pdu; member
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr_srv.c75 uint8_t tx_pdu; member
380 net_buf_simple_add_u8(&buf, srv.link.tx_pdu); in outbound_pdu_report_send()
382 LOG_DBG("%u", srv.link.tx_pdu); in outbound_pdu_report_send()
394 srv.link.tx_pdu++; in pdu_send_complete()
890 srv.link.tx_pdu = 0; in handle_link_open()
929 srv.link.tx_pdu = 0; in handle_link_open()
1003 if (pdu_num != srv.link.tx_pdu + 1) { in handle_pdu_send()
1005 srv.link.tx_pdu + 1); in handle_pdu_send()
1013 srv.link.tx_pdu++; in handle_pdu_send()
Drpr_cli.c85 cli->link.tx_pdu++; in tx_complete()
219 num != cli->link.tx_pdu) { in handle_pdu_outbound_report()
453 cli->link.tx_pdu = 1; in link_init()
475 cli->link.state, cli->link.rx_pdu, cli->link.tx_pdu); in link_closed()
665 net_buf_simple_push_u8(buf, cli->link.tx_pdu); in send()