Searched refs:net_buf_simple_push_u8 (Results  1 – 8 of 8) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | proxy_msg.c | 194 		net_buf_simple_push_u8(msg, PDU_HDR(SAR_COMPLETE, type));  in bt_mesh_proxy_msg_send()198 	net_buf_simple_push_u8(msg, PDU_HDR(SAR_FIRST, type));  in bt_mesh_proxy_msg_send()
 208 			net_buf_simple_push_u8(msg, PDU_HDR(SAR_LAST, type));  in bt_mesh_proxy_msg_send()
 217 		net_buf_simple_push_u8(msg, PDU_HDR(SAR_CONT, type));  in bt_mesh_proxy_msg_send()
 
 | 
| D | net.c | 468 		net_buf_simple_push_u8(buf, tx->ctx->send_ttl | 0x80);  in net_header_encode()470 		net_buf_simple_push_u8(buf, tx->ctx->send_ttl);  in net_header_encode()
 473 	net_buf_simple_push_u8(buf, (nid | (BT_MESH_NET_IVI_TX & 1) << 7));  in net_header_encode()
 
 | 
| D | solicitation.c | 325 	net_buf_simple_push_u8(pdu, 0);  in sol_pdu_create()
 | 
| D | rpr_cli.c | 665 	net_buf_simple_push_u8(buf, cli->link.tx_pdu);  in send()
 | 
| D | friend.c | 549 	net_buf_simple_push_u8(sdu, TRANS_CTL_HDR(ctl_op, 0));  in encode_friend_ctl()
 | 
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_proxy_sol.c | 173 	net_buf_simple_push_u8(pdu, 0);  in sol_fixed_pdu_create()
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 602 void net_buf_simple_push_u8(struct net_buf_simple *buf, uint8_t val);2045 	net_buf_simple_push_u8(&buf->b, val);  in net_buf_push_u8()
 
 | 
| /Zephyr-latest/lib/net_buf/ | 
| D | buf_simple.c | 370 void net_buf_simple_push_u8(struct net_buf_simple *buf, uint8_t val)  in net_buf_simple_push_u8()  function
 |