Home
last modified time | relevance | path

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

/Zephyr-latest/doc/services/net_buf/
Dindex.rst103 void net_buf_push_le16(struct net_buf *buf, uint16_t value);
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c568 net_buf_push_le16(buf, sdu_len); in send_l2cap_sdu()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c603 net_buf_push_le16(buf, data_len); in send_l2cap_sdu()
/Zephyr-latest/include/zephyr/
Dnet_buf.h2057 static inline void net_buf_push_le16(struct net_buf *buf, uint16_t val) in net_buf_push_le16() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c680 net_buf_push_le16(buf, u16); in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c1499 net_buf_push_le16(buf, BT_RFCOMM_SET_LEN_16(buf->len)); in bt_rfcomm_dlc_send()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c3274 net_buf_push_le16(buf, sdu_len); in bt_l2cap_dyn_chan_send()
Dgatt.c2362 net_buf_push_le16(buf, handle); in gatt_notify_mult_send()