Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c184 uint16_t handle = net_buf_pull_le16(buf); in handle_att_notification()
189 server_write_handle = net_buf_pull_le16(buf); in handle_att_notification()
209 uint16_t handle = net_buf_pull_le16(buf); in handle_att_write_0()
223 uint16_t handle = net_buf_pull_le16(buf); in handle_att_write_1()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c179 uint16_t handle = net_buf_pull_le16(buf); in handle_att_notification()
184 server_write_handle = net_buf_pull_le16(buf); in handle_att_notification()
202 uint16_t handle = net_buf_pull_le16(buf); in handle_att_write()
/Zephyr-latest/doc/services/net_buf/
Dindex.rst115 uint16_t net_buf_pull_le16(struct net_buf *buf);
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c187 uint16_t handle = net_buf_pull_le16(buf); in handle_att_write()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c1588 scid = net_buf_pull_le16(buf); in le_ecred_conn_req()
1693 scid = net_buf_pull_le16(buf); in le_ecred_reconf_req()
1964 dcid = net_buf_pull_le16(buf); in le_ecred_conn_rsp()
2548 chan->_sdu_len = net_buf_pull_le16(seg); in l2cap_chan_le_recv_seg_direct()
2614 sdu_len = net_buf_pull_le16(buf); in l2cap_chan_le_recv()
Datt.c1759 handle = net_buf_pull_le16(buf); in att_read_mult_req()
1863 handle = net_buf_pull_le16(buf); in att_read_mult_vl_req()
2178 handle = net_buf_pull_le16(buf); in att_write_req()
2469 handle = net_buf_pull_le16(buf); in att_write_cmd()
2725 handle = net_buf_pull_le16(buf); in att_notify()
2738 handle = net_buf_pull_le16(buf); in att_indicate()
/Zephyr-latest/include/zephyr/
Dnet_buf.h2273 static inline uint16_t net_buf_pull_le16(struct net_buf *buf) in net_buf_pull_le16() function
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c558 u16 = net_buf_pull_le16(buf); in ZTEST()