Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dhealth_srv.c44 net_buf_simple_tail(msg), in health_get_registered()
75 net_buf_simple_tail(msg), in health_get_current()
Dnet.c94 const u8_t *tail = net_buf_simple_tail(data); in check_dup()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/
Dglue.h195 #define net_buf_simple_tail(buf) ((buf)->om_data + (buf)->om_len) macro