Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c723 struct net_buf *net_buf_frag_last(struct net_buf *buf) in net_buf_frag_last() function
740 net_buf_frag_last(frag)->frags = parent->frags; in net_buf_frag_insert()
754 net_buf_frag_insert(net_buf_frag_last(head), frag); in net_buf_frag_add()
834 struct net_buf *frag = net_buf_frag_last(buf); in net_buf_append_bytes()
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h1828 struct net_buf *net_buf_frag_last(struct net_buf *frags);
/AliOS-Things-master/components/ble_host/bt_host/host/
A Datt.c749 frag = net_buf_frag_last(data->buf); in find_type_cb()
941 frag = net_buf_frag_last(buf); in att_chan_read()
1024 data->item = net_buf_add(net_buf_frag_last(data->buf), in read_type_cb()

Completed in 13 milliseconds