Searched refs:net_buf_simple_add_be16 (Results  1 – 10 of 10) sorted by relevance
| /Zephyr-latest/subsys/net/lib/mqtt_sn/ | 
| D | mqtt_sn_encoder.c | 53 		net_buf_simple_add_be16(buf, (uint16_t)sz);  in prepare_message()129 	net_buf_simple_add_be16(buf, params->duration);  in mqtt_sn_encode_msg_connect()
 183 	net_buf_simple_add_be16(buf, 0x00);  in mqtt_sn_encode_msg_register()
 184 	net_buf_simple_add_be16(buf, params->msg_id);  in mqtt_sn_encode_msg_register()
 201 	net_buf_simple_add_be16(buf, params->topic_id);  in mqtt_sn_encode_msg_regack()
 202 	net_buf_simple_add_be16(buf, params->msg_id);  in mqtt_sn_encode_msg_regack()
 224 	net_buf_simple_add_be16(buf, params->topic_id);  in mqtt_sn_encode_msg_publish()
 227 		net_buf_simple_add_be16(buf, params->msg_id);  in mqtt_sn_encode_msg_publish()
 230 		net_buf_simple_add_be16(buf, 0x0000);  in mqtt_sn_encode_msg_publish()
 249 	net_buf_simple_add_be16(buf, params->topic_id);  in mqtt_sn_encode_msg_puback()
 [all …]
 
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | msg.c | 24 		net_buf_simple_add_be16(msg, opcode);  in bt_mesh_model_msg_init()
 | 
| D | provisionee.c | 108 	net_buf_simple_add_be16(&buf, algorithm_bm);  in prov_invite()121 	net_buf_simple_add_be16(&buf, bt_mesh_prov->output_actions);  in prov_invite()
 127 	net_buf_simple_add_be16(&buf, bt_mesh_prov->input_actions);  in prov_invite()
 
 | 
| D | provisioner.c | 543 	net_buf_simple_add_be16(&pdu, provisionee.node->net_idx);  in send_prov_data()546 	net_buf_simple_add_be16(&pdu, bt_mesh_prov_link.addr);  in send_prov_data()
 
 | 
| D | beacon.c | 371 	net_buf_simple_add_be16(&adv->b, oob_info);  in unprovisioned_beacon_send()
 | 
| D | pb_adv.c | 836 	net_buf_simple_add_be16(&start->b, msg->len);  in prov_send_adv()
 | 
| D | proxy_srv.c | 207 	net_buf_simple_add_be16(buf, filter_size);  in send_filter_status()
 | 
| /Zephyr-latest/tests/lib/net_buf/buf_simple/src/ | 
| D | main.c | 77 	net_buf_simple_add_be16(&buf, u16);  in ZTEST()
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 254 void net_buf_simple_add_be16(struct net_buf_simple *buf, uint16_t val);1638 	net_buf_simple_add_be16(&buf->b, val);  in net_buf_add_be16()
 
 | 
| /Zephyr-latest/lib/net_buf/ | 
| D | buf_simple.c | 95 void net_buf_simple_add_be16(struct net_buf_simple *buf, uint16_t val)  in net_buf_simple_add_be16()  function
 |