Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h680 size_t net_buf_simple_tailroom(struct net_buf_simple *buf);
1562 #define net_buf_tailroom(buf) net_buf_simple_tailroom(&(buf)->b)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c42 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
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c179 mic_size = (need_seg && net_buf_simple_tailroom(msg) >= BLE_MESH_MIC_LONG) ? in bt_mesh_client_calc_timeout()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_srv.c65 if (net_buf_simple_tailroom(msg) == 0) { in health_get_fault_value()
Dnet.c866 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()
Dproxy_client.c260 if (len - 1 > net_buf_simple_tailroom(&server->buf)) { in proxy_recv()
Dtransport.c605 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()
Daccess.c779 if (net_buf_simple_tailroom(msg) < BLE_MESH_MIC_SHORT) { in model_send()
Dproxy_server.c524 if (len - 1 > net_buf_simple_tailroom(&client->buf)) { in proxy_recv()
Dcfg_srv.c49 if (net_buf_simple_tailroom(buf) < in comp_add_elem()