Home
last modified time | relevance | path

Searched defs:frag (Results 1 – 2 of 2) 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
634 void net_buf_frag_insert(struct net_buf *parent, struct net_buf *frag) in net_buf_frag_insert()
646 struct net_buf *net_buf_frag_add(struct net_buf *head, struct net_buf *frag) in net_buf_frag_add()
661 struct net_buf *frag, in net_buf_frag_del_debug()
693 struct net_buf *frag = NULL; in net_buf_linearize() local
734 struct net_buf *frag = net_buf_frag_last(buf); in net_buf_append_bytes() local
/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()