Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c422 struct net_buf *buf = NULL, *frag = NULL; in net_buf_slist_get() local
435 for (frag = buf; (frag->flags & NET_BUF_FRAGS); frag = frag->frags) { in net_buf_slist_get()
437 frag->frags = (void *)sys_slist_get(list); in net_buf_slist_get()
440 NET_BUF_ASSERT(frag->frags); in net_buf_slist_get()
443 frag->flags &= ~NET_BUF_FRAGS; in net_buf_slist_get()
447 frag->frags = NULL; in net_buf_slist_get()
634 void net_buf_frag_insert(struct net_buf *parent, struct net_buf *frag) in net_buf_frag_insert() argument
637 NET_BUF_ASSERT(frag); in net_buf_frag_insert()
640 net_buf_frag_last(frag)->frags = parent->frags; in net_buf_frag_insert()
643 parent->frags = frag; in net_buf_frag_insert()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_sbc.c179 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) in A2D_BldSbcMplHdr() argument
183 if (frag) { in A2D_BldSbcMplHdr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Da2d_sbc.h159 extern void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h1606 void net_buf_frag_insert(struct net_buf *parent, struct net_buf *frag);
1622 struct net_buf *net_buf_frag_add(struct net_buf *head, struct net_buf *frag);
1635 struct net_buf *frag,
1640 struct net_buf *net_buf_frag_del(struct net_buf *parent, struct net_buf *frag);