Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dhealth_srv.c58 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()
A Dprovisioner_proxy.c230 if (len - 1 > net_buf_simple_tailroom(&server->buf)) { in proxy_recv()
A Dnet.c819 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()
A Dtransport.c460 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()
A Daccess.c685 if (net_buf_simple_tailroom(msg) < 4) { in model_send()
A Dproxy.c506 if (len - 1 > net_buf_simple_tailroom(&client->buf)) { in proxy_recv()
A Dcfg_cli.c73 to_copy = MIN(net_buf_simple_tailroom(param->comp), buf->len); in comp_data_status()
A Dcfg_srv.c140 if (net_buf_simple_tailroom(buf) < 4 + (elem->model_count * 2) + (elem->vnd_model_count * 2)) { in comp_add_elem()
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h665 size_t net_buf_simple_tailroom(struct net_buf_simple *buf);
1797 #define net_buf_tailroom(buf) net_buf_simple_tailroom(&(buf)->b)
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c886 __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
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c1115 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 35 milliseconds