Home
last modified time | relevance | path

Searched refs:net_buf_push_le16 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/doc/connectivity/networking/api/
Dnet_buf.rst106 void net_buf_push_le16(struct net_buf *buf, uint16_t value);
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c601 net_buf_push_le16(buf, data_len); in send_l2cap_sdu()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c565 net_buf_push_le16(buf, sdu_len); in send_l2cap_sdu()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dbuf.h2109 static inline void net_buf_push_le16(struct net_buf *buf, uint16_t val) in net_buf_push_le16() function
/Zephyr-Core-3.7.0/tests/net/buf/src/
Dmain.c680 net_buf_push_le16(buf, u16); in ZTEST()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Drfcomm.c1477 net_buf_push_le16(buf, BT_RFCOMM_SET_LEN_16(buf->len)); in bt_rfcomm_dlc_send()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dl2cap.c3144 net_buf_push_le16(buf, sdu_len); in bt_l2cap_dyn_chan_send()
Dgatt.c2360 net_buf_push_le16(buf, handle); in gatt_notify_mult_send()