Searched refs:net_buf_push (Results 1 – 6 of 6) sorted by relevance
1483 #define net_buf_push(buf, len) net_buf_simple_push(&(buf)->b, len) macro
1429 hdr = net_buf_push(buf, sizeof(*hdr) + 1); in bt_rfcomm_dlc_send()1434 hdr = net_buf_push(buf, sizeof(*hdr)); in bt_rfcomm_dlc_send()
218 hdr = net_buf_push(buf, sizeof(struct bt_sdp_hdr)); in bt_sdp_send()
1388 hdr = net_buf_push(buf, sizeof(*hdr)); in send_frag()
594 hdr = net_buf_push(buf, sizeof(*hdr)); in bt_l2cap_send_cb()
1853 net_buf_push(buf, sizeof(struct bt_att_hdr)); in att_signed_write_cmd()
Completed in 27 milliseconds