Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dproxy.c941 net_buf_simple_push_u8(msg, PDU_HDR(SAR_COMPLETE, type)); in proxy_segment_and_send()
945 net_buf_simple_push_u8(msg, PDU_HDR(SAR_FIRST, type)); in proxy_segment_and_send()
951 net_buf_simple_push_u8(msg, PDU_HDR(SAR_LAST, type)); in proxy_segment_and_send()
956 net_buf_simple_push_u8(msg, PDU_HDR(SAR_CONT, type)); in proxy_segment_and_send()
H A Dnet.c821 net_buf_simple_push_u8(buf, tx->ctx->send_ttl | 0x80); in bt_mesh_net_encode()
823 net_buf_simple_push_u8(buf, tx->ctx->send_ttl); in bt_mesh_net_encode()
844 net_buf_simple_push_u8(buf, (nid | (BT_MESH_NET_IVI_TX & 1) << 7)); in bt_mesh_net_encode()
H A Dglue.c286 net_buf_simple_push_u8(struct os_mbuf *om, uint8_t val) in net_buf_simple_push_u8() function
H A Dfriend.c388 net_buf_simple_push_u8(sdu, TRANS_CTL_HDR(ctl_op, 0)); in encode_friend_ctl()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dglue.h228 void net_buf_simple_push_u8(struct os_mbuf *om, uint8_t val);