Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dconn.c656 static int send_frag(struct bt_conn *conn, in send_frag() function
753 return send_frag(conn, buf, NULL, FRAG_SINGLE); in send_buf()
772 err = send_frag(conn, buf, frag, flags); in send_buf()
785 return send_frag(conn, buf, NULL, FRAG_END); in send_buf()