Searched refs:net_buf_simple_tailroom (Results 1 – 9 of 9) sorted by relevance
41 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()
771 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()
462 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()
640 if (net_buf_simple_tailroom(msg) < 4) { // 4:Analyzing conditions in model_send()
539 if (len - 1 > net_buf_simple_tailroom(client->buf)) { in proxy_recv()
43 if (net_buf_simple_tailroom(buf) < in comp_add_elem()1501 if (net_buf_simple_tailroom(visit->msg) < in mod_sub_list_visitor()
53 to_copy = min(net_buf_simple_tailroom(param->comp), buf->om_len); in comp_data_status()
797 len = hex2bin(argv[1], msg->om_data, net_buf_simple_tailroom(msg) - 4); // 4:byte alignment in cmd_net_send()
191 #define net_buf_simple_tailroom(buf) OS_MBUF_TRAILINGSPACE(buf) macro192 #define net_buf_tailroom(buf) net_buf_simple_tailroom(buf)