Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1073 bool last_buf = conn_mtu(conn) >= buf_len; in bt_conn_tx_processor() local
1075 if (last_buf) { in bt_conn_tx_processor()
1084 conn, buf, last_buf ? "last" : "frag"); in bt_conn_tx_processor()