Searched refs:net_buf_simple_tailroom (Results 1 – 11 of 11) sorted by relevance
58 u8_t fault_count = net_buf_simple_tailroom(msg) - 4; in health_get_registered()93 fault_count = net_buf_simple_tailroom(msg); in health_get_current()
230 if (len - 1 > net_buf_simple_tailroom(&server->buf)) { in proxy_recv()
819 if (ctl && net_buf_simple_tailroom(buf) < 8) { in bt_mesh_net_encode()822 } else if (net_buf_simple_tailroom(buf) < 4) { in bt_mesh_net_encode()
460 if (net_buf_simple_tailroom(msg) < 4) { in bt_mesh_trans_send()511 if (!tx->ctx->send_rel || net_buf_simple_tailroom(msg) < 8) { in bt_mesh_trans_send()
685 if (net_buf_simple_tailroom(msg) < 4) { in model_send()
506 if (len - 1 > net_buf_simple_tailroom(&client->buf)) { in proxy_recv()
73 to_copy = MIN(net_buf_simple_tailroom(param->comp), buf->len); in comp_data_status()
140 if (net_buf_simple_tailroom(buf) < 4 + (elem->model_count * 2) + (elem->vnd_model_count * 2)) { in comp_add_elem()
665 size_t net_buf_simple_tailroom(struct net_buf_simple *buf);1797 #define net_buf_tailroom(buf) net_buf_simple_tailroom(&(buf)->b)
886 __ASSERT_NO_MSG(net_buf_simple_tailroom(buf) >= len); in net_buf_simple_add()1217 size_t net_buf_simple_tailroom(struct net_buf_simple *buf) in net_buf_simple_tailroom() function
1115 len = hex2bin(argv[1], strlen(argv[1]), msg.data, net_buf_simple_tailroom(&msg) - 4); in cmd_net_send()2056 if (net_buf_simple_tailroom(&sdu) < 4) { in local_model_send()
Completed in 33 milliseconds