Searched refs:net_buf_pull_le16 (Results 1 – 8 of 8) sorted by relevance
184 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()
179 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()
115 uint16_t net_buf_pull_le16(struct net_buf *buf);
187 uint16_t handle = net_buf_pull_le16(buf); in handle_att_write()
1588 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()
1759 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()
2273 static inline uint16_t net_buf_pull_le16(struct net_buf *buf) in net_buf_pull_le16() function
558 u16 = net_buf_pull_le16(buf); in ZTEST()