Searched refs:net_buf_simple_push_u8 (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/ |
D | proxy_msg.c | 162 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()
|
D | net.c | 467 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()
|
D | solicitation.c | 322 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 | 538 net_buf_simple_push_u8(sdu, TRANS_CTL_HDR(ctl_op, 0)); in encode_friend_ctl()
|
/Zephyr-Core-3.4.0/include/zephyr/net/ |
D | buf.h | 548 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/ |
D | buf_simple.c | 330 void net_buf_simple_push_u8(struct net_buf_simple *buf, uint8_t val) in net_buf_simple_push_u8() function
|