Searched refs:net_buf_simple_pull_be16 (Results 1 – 13 of 13) sorted by relevance
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn_decoder.c | 53 length = net_buf_simple_pull_be16(buf); in decode_payload_length() 109 params->duration = net_buf_simple_pull_be16(buf); in decode_msg_advertise() 156 params->topic_id = net_buf_simple_pull_be16(buf); in decode_msg_register() 157 params->msg_id = net_buf_simple_pull_be16(buf); in decode_msg_register() 169 params->topic_id = net_buf_simple_pull_be16(buf); in decode_msg_regack() 170 params->msg_id = net_buf_simple_pull_be16(buf); in decode_msg_regack() 189 params->topic_id = net_buf_simple_pull_be16(buf); in decode_msg_publish() 190 params->msg_id = net_buf_simple_pull_be16(buf); in decode_msg_publish() 202 params->topic_id = net_buf_simple_pull_be16(buf); in decode_msg_puback() 203 params->msg_id = net_buf_simple_pull_be16(buf); in decode_msg_puback() [all …]
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_advertiser.c | 189 ASSERT_EQUAL(0x0201, net_buf_simple_pull_be16(buf)); in parse_mesh_gatt_preamble() 192 ASSERT_EQUAL(0x0303, net_buf_simple_pull_be16(buf)); in parse_mesh_gatt_preamble() 199 ASSERT_EQUAL(0x2718, net_buf_simple_pull_be16(buf)); in parse_mesh_pb_gatt_service() 200 ASSERT_EQUAL(0x1516, net_buf_simple_pull_be16(buf)); in parse_mesh_pb_gatt_service() 202 ASSERT_EQUAL(0x2718, net_buf_simple_pull_be16(buf)); in parse_mesh_pb_gatt_service() 209 ASSERT_EQUAL(0x2818, net_buf_simple_pull_be16(buf)); in parse_mesh_proxy_service() 210 ASSERT_EQUAL(0x0c16, net_buf_simple_pull_be16(buf)); in parse_mesh_proxy_service() 212 ASSERT_EQUAL(0x2818, net_buf_simple_pull_be16(buf)); in parse_mesh_proxy_service()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | heartbeat.c | 201 feat = net_buf_simple_pull_be16(buf); in bt_mesh_hb_recv()
|
D | proxy_srv.c | 252 addr = net_buf_simple_pull_be16(buf); in proxy_filter_recv() 261 addr = net_buf_simple_pull_be16(buf); in proxy_filter_recv()
|
D | beacon.c | 406 oob_info = net_buf_simple_pull_be16(buf); in unprovisioned_beacon_recv()
|
D | transport_legacy.c | 824 seq_zero = net_buf_simple_pull_be16(buf); in trans_ack() 1303 seq_zero = net_buf_simple_pull_be16(buf); in trans_seg()
|
D | transport.c | 864 seq_zero = net_buf_simple_pull_be16(buf); in trans_ack() 1359 seq_zero = net_buf_simple_pull_be16(buf); in trans_seg()
|
D | friend.c | 652 friend_sub_add(frnd, net_buf_simple_pull_be16(buf)); in bt_mesh_friend_sub_add() 687 friend_sub_rem(frnd, net_buf_simple_pull_be16(buf)); in bt_mesh_friend_sub_rem()
|
D | pb_adv.c | 468 link.rx.buf->len = net_buf_simple_pull_be16(buf); in gen_prov_start()
|
D | access.c | 1395 *opcode = net_buf_simple_pull_be16(buf); in get_opcode()
|
/Zephyr-Core-3.5.0/tests/net/buf_simple/src/ |
D | main.c | 60 zassert_equal(u16, net_buf_simple_pull_be16(&buf), in ZTEST()
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | buf.h | 698 uint16_t net_buf_simple_pull_be16(struct net_buf_simple *buf); 2123 return net_buf_simple_pull_be16(&buf->b); in net_buf_pull_be16()
|
/Zephyr-Core-3.5.0/subsys/net/ |
D | buf_simple.c | 437 uint16_t net_buf_simple_pull_be16(struct net_buf_simple *buf) in net_buf_simple_pull_be16() function
|