Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn.c1368 static bool send_frag(struct bt_conn *conn, struct net_buf *buf, u8_t flags, in send_frag() function
1483 return send_frag(conn, buf, BT_ACL_START_NO_FLUSH, false); in send_buf()
1492 if (!send_frag(conn, frag, BT_ACL_START_NO_FLUSH, true)) { in send_buf()
1506 if (!send_frag(conn, frag, BT_ACL_CONT, true)) { in send_buf()
1511 return send_frag(conn, buf, BT_ACL_CONT, false); in send_buf()

Completed in 6 milliseconds