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 D | proxy.c | 941 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 D | net.c | 821 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 D | glue.c | 286 net_buf_simple_push_u8(struct os_mbuf *om, uint8_t val) in net_buf_simple_push_u8() function
|
H A D | friend.c | 388 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 D | glue.h | 228 void net_buf_simple_push_u8(struct os_mbuf *om, uint8_t val);
|