Searched refs:net_buf_simple_tailroom (Results 1 – 10 of 10) sorted by relevance
680 size_t net_buf_simple_tailroom(struct net_buf_simple *buf);1562 #define net_buf_tailroom(buf) net_buf_simple_tailroom(&(buf)->b)
42 NET_BUF_SIMPLE_ASSERT(net_buf_simple_tailroom(buf) >= len); in net_buf_simple_add()373 size_t net_buf_simple_tailroom(struct net_buf_simple *buf) in net_buf_simple_tailroom() function
179 mic_size = (need_seg && net_buf_simple_tailroom(msg) >= BLE_MESH_MIC_LONG) ? in bt_mesh_client_calc_timeout()
65 if (net_buf_simple_tailroom(msg) == 0) { in health_get_fault_value()
866 if (ctl && net_buf_simple_tailroom(buf) < BLE_MESH_MIC_LONG) { in bt_mesh_net_encode()869 } else if (net_buf_simple_tailroom(buf) < BLE_MESH_MIC_SHORT) { in bt_mesh_net_encode()
260 if (len - 1 > net_buf_simple_tailroom(&server->buf)) { in proxy_recv()
605 if (net_buf_simple_tailroom(msg) < BLE_MESH_MIC_SHORT) { in bt_mesh_trans_send()632 if (!tx->ctx->send_rel || net_buf_simple_tailroom(msg) < BLE_MESH_MIC_LONG) { in bt_mesh_trans_send()
779 if (net_buf_simple_tailroom(msg) < BLE_MESH_MIC_SHORT) { in model_send()
524 if (len - 1 > net_buf_simple_tailroom(&client->buf)) { in proxy_recv()
49 if (net_buf_simple_tailroom(buf) < in comp_add_elem()