Home
last modified time | relevance | path

Searched refs:net_buf_push (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c466 hdr = net_buf_push(buf, sizeof(*hdr)); in send_acl()
481 hdr = net_buf_push(dst, sizeof(*hdr)); in push_l2cap_pdu_header()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c478 hdr = net_buf_push(buf, sizeof(*hdr)); in send_acl()
493 hdr = net_buf_push(buf, sizeof(*hdr)); in send_l2cap_packet()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c501 hdr = net_buf_push(buf, sizeof(*hdr)); in send_acl()
516 hdr = net_buf_push(buf, sizeof(*hdr)); in send_l2cap_packet()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c497 hdr = net_buf_push(buf, sizeof(*hdr)); in send_acl()
512 hdr = net_buf_push(buf, sizeof(*hdr)); in send_l2cap_packet()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c524 hdr = net_buf_push(buf, sizeof(*hdr)); in send_acl()
539 hdr = net_buf_push(buf, sizeof(*hdr)); in send_l2cap_packet()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c243 sdu_hdr = net_buf_push(buf, BT_HCI_ISO_SDU_TS_HDR_SIZE); in sink_sdu_emit_hci()
253 hdr = net_buf_push(buf, BT_HCI_ISO_HDR_SIZE); in sink_sdu_emit_hci()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c524 hdr = net_buf_push(buf, sizeof(*hdr)); in send_acl()
539 hdr = net_buf_push(dst, sizeof(*hdr)); in push_l2cap_pdu_header()
/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c359 net_buf_push(buf, sizeof(uint8_t)); in retx_timeout()
620 memcpy(net_buf_push(buf, sizeof(type)), &type, sizeof(type)); in h5_queue()
/Zephyr-latest/doc/services/net_buf/
Dindex.rst100 void *net_buf_push(struct net_buf *buf, size_t len);
/Zephyr-latest/drivers/modem/
Dmodem_cmd_handler.c216 net_buf_push(data->rx_buf, cmd->cmd_len + parsed_len); in process_cmd()
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c355 net_buf_push(buf, sizeof(uint8_t)); in retx_timeout()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c285 (*buf)->data = net_buf_push(*buf, -add_remove_amount); in airoc_wifi_buffer_add_remove_at_front()
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c610 net_buf_push(pkt->buffer, hdr_len); in ethernet_fill_header()
/Zephyr-latest/include/zephyr/
Dnet_buf.h2012 static inline void *net_buf_push(struct net_buf *buf, size_t len) in net_buf_push() function
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c864 media_hdr = net_buf_push(buf, sizeof(struct bt_avdtp_media_hdr)); in bt_a2dp_stream_send()
Dl2cap_br.c324 hdr = net_buf_push(buf, sizeof(*hdr)); in bt_l2cap_br_send_cb()
Dsdp.c227 hdr = net_buf_push(buf, sizeof(struct bt_sdp_hdr)); in bt_sdp_send()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c540 hdr = net_buf_push(buf, sizeof(*hdr)); in send_acl()
598 hdr = net_buf_push(buf, sizeof(*hdr)); in send_iso()
Diso.c887 hdr = net_buf_push(buf, sizeof(*hdr)); in bt_iso_chan_send()
912 hdr = net_buf_push(buf, sizeof(*hdr)); in bt_iso_chan_send_ts()
Dl2cap.c953 hdr = net_buf_push(pdu, sizeof(*hdr)); in l2cap_data_pull()
Datt.c2499 net_buf_push(buf, sizeof(struct bt_att_hdr)); in att_signed_write_cmd()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c64 #define server_buf_push(_len) net_buf_push(server_buf, ROUND_UP(_len, 4))