Home
last modified time | relevance | path

Searched refs:net_buf_simple_push_u8 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.c170 net_buf_simple_push_u8(msg, PDU_HDR(SAR_COMPLETE, type)); in bt_mesh_proxy_msg_send()
174 net_buf_simple_push_u8(msg, PDU_HDR(SAR_FIRST, type)); in bt_mesh_proxy_msg_send()
184 net_buf_simple_push_u8(msg, PDU_HDR(SAR_LAST, type)); in bt_mesh_proxy_msg_send()
193 net_buf_simple_push_u8(msg, PDU_HDR(SAR_CONT, type)); in bt_mesh_proxy_msg_send()
Dnet.c468 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()
Dsolicitation.c325 net_buf_simple_push_u8(pdu, 0); in sol_pdu_create()
Drpr_cli.c665 net_buf_simple_push_u8(buf, cli->link.tx_pdu); in send()
Dfriend.c549 net_buf_simple_push_u8(sdu, TRANS_CTL_HDR(ctl_op, 0)); in encode_friend_ctl()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c173 net_buf_simple_push_u8(pdu, 0); in sol_fixed_pdu_create()
/Zephyr-latest/include/zephyr/
Dnet_buf.h602 void net_buf_simple_push_u8(struct net_buf_simple *buf, uint8_t val);
2089 net_buf_simple_push_u8(&buf->b, val); in net_buf_push_u8()
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c370 void net_buf_simple_push_u8(struct net_buf_simple *buf, uint8_t val) in net_buf_simple_push_u8() function