Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dhealth_srv.c41 u8_t fault_count = net_buf_simple_tailroom(msg) - 4; in health_get_registered()
73 fault_count = net_buf_simple_tailroom(msg); in health_get_current()
Dnet.c771 if (ctl && net_buf_simple_tailroom(buf) < 8) { // 8:Analyzing conditions in bt_mesh_net_encode()
774 } else if (net_buf_simple_tailroom(buf) < 4) { // 4:Analyzing conditions in bt_mesh_net_encode()
Dtransport.c462 if (net_buf_simple_tailroom(msg) < 4) { in bt_mesh_trans_send()
482 if (!tx->ctx->send_rel || net_buf_simple_tailroom(msg) < 8) { in bt_mesh_trans_send()
Daccess.c640 if (net_buf_simple_tailroom(msg) < 4) { // 4:Analyzing conditions in model_send()
Dproxy.c539 if (len - 1 > net_buf_simple_tailroom(client->buf)) { in proxy_recv()
Dcfg_srv.c43 if (net_buf_simple_tailroom(buf) < in comp_add_elem()
1501 if (net_buf_simple_tailroom(visit->msg) < in mod_sub_list_visitor()
Dcfg_cli.c53 to_copy = min(net_buf_simple_tailroom(param->comp), buf->om_len); in comp_data_status()
Dshell.c797 len = hex2bin(argv[1], msg->om_data, net_buf_simple_tailroom(msg) - 4); // 4:byte alignment in cmd_net_send()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/
Dglue.h191 #define net_buf_simple_tailroom(buf) OS_MBUF_TRAILINGSPACE(buf) macro
192 #define net_buf_tailroom(buf) net_buf_simple_tailroom(buf)