Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h1483 #define net_buf_push(buf, len) net_buf_simple_push(&(buf)->b, len) macro
/AliOS-Things-master/components/ble_host/bt_host/host/
A Drfcomm.c1429 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()
A Dsdp.c218 hdr = net_buf_push(buf, sizeof(struct bt_sdp_hdr)); in bt_sdp_send()
A Dconn.c1388 hdr = net_buf_push(buf, sizeof(*hdr)); in send_frag()
A Dl2cap.c594 hdr = net_buf_push(buf, sizeof(*hdr)); in bt_l2cap_send_cb()
A Datt.c1853 net_buf_push(buf, sizeof(struct bt_att_hdr)); in att_signed_write_cmd()

Completed in 27 milliseconds