Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dproxy_msg.c162 net_buf_simple_push_u8(msg, PDU_HDR(SAR_COMPLETE, type)); in bt_mesh_proxy_msg_send()
166 net_buf_simple_push_u8(msg, PDU_HDR(SAR_FIRST, type)); in bt_mesh_proxy_msg_send()
176 net_buf_simple_push_u8(msg, PDU_HDR(SAR_LAST, type)); in bt_mesh_proxy_msg_send()
185 net_buf_simple_push_u8(msg, PDU_HDR(SAR_CONT, type)); in bt_mesh_proxy_msg_send()
Dnet.c467 net_buf_simple_push_u8(buf, tx->ctx->send_ttl | 0x80); in net_header_encode()
469 net_buf_simple_push_u8(buf, tx->ctx->send_ttl); in net_header_encode()
472 net_buf_simple_push_u8(buf, (nid | (BT_MESH_NET_IVI_TX & 1) << 7)); in net_header_encode()
Dsolicitation.c322 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.c538 net_buf_simple_push_u8(sdu, TRANS_CTL_HDR(ctl_op, 0)); in encode_friend_ctl()
/Zephyr-Core-3.4.0/include/zephyr/net/
Dbuf.h548 void net_buf_simple_push_u8(struct net_buf_simple *buf, uint8_t val);
1906 net_buf_simple_push_u8(&buf->b, val); in net_buf_push_u8()
/Zephyr-Core-3.4.0/subsys/net/
Dbuf_simple.c330 void net_buf_simple_push_u8(struct net_buf_simple *buf, uint8_t val) in net_buf_simple_push_u8() function