Home
last modified time | relevance | path

Searched refs:NET_BUF_SIMPLE (Results 1 – 18 of 18) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/
H A Dmain.c145 bt_mesh_pub_msg_health_pub = NET_BUF_SIMPLE(1 + 3 + 0); in init_pub()
146 bt_mesh_pub_msg_gen_onoff_pub_srv = NET_BUF_SIMPLE(2 + 2); in init_pub()
147 bt_mesh_pub_msg_gen_onoff_pub_cli = NET_BUF_SIMPLE(2 + 2); in init_pub()
148 bt_mesh_pub_msg_gen_onoff_pub_srv_s_0 = NET_BUF_SIMPLE(2 + 2); in init_pub()
149 bt_mesh_pub_msg_gen_onoff_pub_cli_s_0 = NET_BUF_SIMPLE(2 + 2); in init_pub()
150 bt_mesh_pub_msg_gen_onoff_pub_srv_s_1 = NET_BUF_SIMPLE(2 + 2); in init_pub()
151 bt_mesh_pub_msg_gen_onoff_pub_cli_s_1 = NET_BUF_SIMPLE(2 + 2); in init_pub()
152 bt_mesh_pub_msg_gen_onoff_pub_srv_s_2 = NET_BUF_SIMPLE(2 + 2); in init_pub()
153 bt_mesh_pub_msg_gen_onoff_pub_cli_s_2 = NET_BUF_SIMPLE(2 + 2); in init_pub()
330 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in gen_onoff_get()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Ddevice_composition.c87 bt_mesh_pub_msg_health_pub = NET_BUF_SIMPLE(1 + 3 + 0); in init_pub()
88 bt_mesh_pub_msg_gen_onoff_srv_pub_root = NET_BUF_SIMPLE(2 + 3); in init_pub()
89 bt_mesh_pub_msg_gen_onoff_cli_pub_root = NET_BUF_SIMPLE(2 + 4); in init_pub()
90 bt_mesh_pub_msg_gen_level_srv_pub_root = NET_BUF_SIMPLE(2 + 5); in init_pub()
91 bt_mesh_pub_msg_gen_level_cli_pub_root = NET_BUF_SIMPLE(2 + 7); in init_pub()
92 bt_mesh_pub_msg_gen_power_onoff_srv_pub = NET_BUF_SIMPLE(2 + 1); in init_pub()
93 bt_mesh_pub_msg_gen_power_onoff_cli_pub = NET_BUF_SIMPLE(2 + 1); in init_pub()
94 bt_mesh_pub_msg_gen_def_trans_time_srv_pub = NET_BUF_SIMPLE(2 + 1); in init_pub()
95 bt_mesh_pub_msg_gen_def_trans_time_cli_pub = NET_BUF_SIMPLE(2 + 1); in init_pub()
96 bt_mesh_pub_msg_light_lightness_srv_pub = NET_BUF_SIMPLE(2 + 5); in init_pub()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dhealth_cli.c209 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 0 + 4); in bt_mesh_health_attention_get()
244 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in bt_mesh_health_attention_set()
290 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 0 + 4); in bt_mesh_health_period_get()
325 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in bt_mesh_health_period_set()
372 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 3 + 4); in bt_mesh_health_fault_test()
423 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 2 + 4); in bt_mesh_health_fault_clear()
473 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 2 + 4); in bt_mesh_health_fault_get()
H A Dmodel_cli.c122 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 0 + 4); in bt_mesh_gen_onoff_get()
151 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 2 + 4); in bt_mesh_gen_onoff_set()
191 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 0 + 4); in bt_mesh_gen_level_get()
220 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 3 + 4); in bt_mesh_gen_level_set()
H A Dmodel_srv.c18 struct os_mbuf *msg = NET_BUF_SIMPLE(3); in gen_onoff_status()
75 struct os_mbuf *msg = NET_BUF_SIMPLE(4); in gen_level_status()
128 struct os_mbuf *msg = NET_BUF_SIMPLE(4); in light_lightness_status()
H A Dhealth_srv.c107 struct os_mbuf *sdu = NET_BUF_SIMPLE(BT_MESH_TX_SDU_MAX); in health_fault_get()
143 struct os_mbuf *sdu = NET_BUF_SIMPLE(BT_MESH_TX_SDU_MAX); in health_fault_clear()
186 struct os_mbuf *sdu = NET_BUF_SIMPLE(BT_MESH_TX_SDU_MAX); in health_fault_test()
222 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in send_attention_status()
277 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in send_health_period_status()
H A Dcfg_srv.c170 struct os_mbuf *sdu = NET_BUF_SIMPLE(BT_MESH_TX_SDU_MAX); in dev_comp_data_get()
484 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 4 + 4); in app_key_add()
511 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 4 + 4); in app_key_update()
567 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 4 + 4); in app_key_del()
620 NET_BUF_SIMPLE(2 + 3 + 4 + in app_key_get()
683 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in beacon_get()
703 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in beacon_set()
748 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in default_ttl_get()
770 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in default_ttl_set()
807 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in send_gatt_proxy_status()
[all …]
H A Dcfg_cli.c522 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in bt_mesh_cfg_comp_data_get()
559 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 0 + 4); in get_state_u8()
591 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 1 + 4); in set_state_u8()
673 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 0 + 4); in bt_mesh_cfg_relay_get()
709 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 2 + 4); in bt_mesh_cfg_relay_set()
747 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 18 + 4); in bt_mesh_cfg_net_key_add()
791 struct os_mbuf *msg = NET_BUF_SIMPLE(1 + 19 + 4); in bt_mesh_cfg_app_key_add()
836 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 8 + 4); in mod_app_bind()
907 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 8 + 4); in mod_sub()
1017 struct os_mbuf *msg = NET_BUF_SIMPLE(2 + 22 + 4); in mod_sub_va()
[all …]
H A Dproxy.c319 struct os_mbuf *buf = NET_BUF_SIMPLE(29); in proxy_cfg()
376 struct os_mbuf *buf = NET_BUF_SIMPLE(23); in beacon_send()
891 msg = NET_BUF_SIMPLE(32); in bt_mesh_proxy_relay()
1385 clients[i].buf = NET_BUF_SIMPLE(CLIENT_BUF_SIZE); in bt_mesh_proxy_init()
H A Daccess.c155 struct os_mbuf *sdu = NET_BUF_SIMPLE(BT_MESH_TX_SDU_MAX); in publish_retransmit()
664 struct os_mbuf *sdu = NET_BUF_SIMPLE(BT_MESH_TX_SDU_MAX); in bt_mesh_model_publish()
H A Dfriend.c409 struct os_mbuf *sdu = NET_BUF_SIMPLE(1 + sizeof(*upd)); in encode_update()
433 struct os_mbuf *sdu = NET_BUF_SIMPLE(1 + sizeof(*cfm)); in enqueue_sub_cfm()
736 struct os_mbuf *sdu = NET_BUF_SIMPLE(1 + sizeof(*off)); in enqueue_offer()
H A Dprov.c177 #define PROV_BUF(len) NET_BUF_SIMPLE(PROV_BUF_HEADROOM + len)
1597 rx_buf = NET_BUF_SIMPLE(65); in bt_mesh_prov_init()
H A Dtransport.c577 NET_BUF_SIMPLE(MYNEWT_VAL(BLE_MESH_RX_SDU_MAX) - 4); in sdu_recv()
1468 seg_rx[i].buf = NET_BUF_SIMPLE(MYNEWT_VAL(BLE_MESH_RX_SDU_MAX)); in bt_mesh_trans_init()
H A Dshell.c751 struct os_mbuf *msg = NET_BUF_SIMPLE(32); in cmd_net_send()
927 struct os_mbuf *comp = NET_BUF_SIMPLE(32); in cmd_get_comp()
H A Dnet.c1303 struct os_mbuf *buf = NET_BUF_SIMPLE(29); in bt_mesh_net_recv()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dhealth_srv.h54 NET_BUF_SIMPLE(1 + 3 + (max_faults))
H A Dglue.h189 static inline struct os_mbuf * NET_BUF_SIMPLE(uint16_t size) in NET_BUF_SIMPLE() function
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh/src/
H A Dmain.c172 struct os_mbuf *msg = NET_BUF_SIMPLE(3); in gen_onoff_status()
229 struct os_mbuf *msg = NET_BUF_SIMPLE(4); in gen_level_status()
346 struct os_mbuf *msg = NET_BUF_SIMPLE(3); in vnd_model_recv()