Home
last modified time | relevance | path

Searched refs:net_buf_simple_push_be16 (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/lib/net_buf/buf_simple/src/
Dmain.c277 net_buf_simple_push_be16(&buf, u16); in ZTEST()
/Zephyr-latest/include/zephyr/
Dnet_buf.h592 void net_buf_simple_push_be16(struct net_buf_simple *buf, uint16_t val);
2117 net_buf_simple_push_be16(&buf->b, val); in net_buf_push_be16()
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.c463 net_buf_simple_push_be16(buf, tx->ctx->addr); in net_header_encode()
464 net_buf_simple_push_be16(buf, tx->src); in net_header_encode()
Drpr_cli.c668 net_buf_simple_push_be16(buf, RPR_OP_PDU_SEND); in send()
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c363 void net_buf_simple_push_be16(struct net_buf_simple *buf, uint16_t val) in net_buf_simple_push_be16() function