Searched refs:net_buf_simple_pull_be16 (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | gatt_common.c | 13 ASSERT_EQUAL(0x0201, net_buf_simple_pull_be16(buf)); in bt_mesh_test_parse_mesh_gatt_preamble() 16 ASSERT_EQUAL(0x0303, net_buf_simple_pull_be16(buf)); in bt_mesh_test_parse_mesh_gatt_preamble() 23 ASSERT_EQUAL(0x2718, net_buf_simple_pull_be16(buf)); in bt_mesh_test_parse_mesh_pb_gatt_service() 24 ASSERT_EQUAL(0x1516, net_buf_simple_pull_be16(buf)); in bt_mesh_test_parse_mesh_pb_gatt_service() 26 ASSERT_EQUAL(0x2718, net_buf_simple_pull_be16(buf)); in bt_mesh_test_parse_mesh_pb_gatt_service() 33 ASSERT_EQUAL(0x2818, net_buf_simple_pull_be16(buf)); in bt_mesh_test_parse_mesh_proxy_service() 34 ASSERT_EQUAL(0x0c16, net_buf_simple_pull_be16(buf)); in bt_mesh_test_parse_mesh_proxy_service() 36 ASSERT_EQUAL(0x2818, net_buf_simple_pull_be16(buf)); in bt_mesh_test_parse_mesh_proxy_service()
|
/Zephyr-latest/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() 169 params->topic_id = net_buf_simple_pull_be16(buf); in decode_msg_register() 170 params->msg_id = net_buf_simple_pull_be16(buf); in decode_msg_register() 182 params->topic_id = net_buf_simple_pull_be16(buf); in decode_msg_regack() 183 params->msg_id = net_buf_simple_pull_be16(buf); in decode_msg_regack() 202 params->topic_id = net_buf_simple_pull_be16(buf); in decode_msg_publish() 203 params->msg_id = net_buf_simple_pull_be16(buf); in decode_msg_publish() 215 params->topic_id = net_buf_simple_pull_be16(buf); in decode_msg_puback() 216 params->msg_id = net_buf_simple_pull_be16(buf); in decode_msg_puback() [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | op_agg.c | 74 opcode = net_buf_simple_pull_be16(buf); in bt_mesh_op_agg_is_op_agg_msg()
|
D | heartbeat.c | 201 feat = net_buf_simple_pull_be16(buf); in bt_mesh_hb_recv()
|
D | proxy_srv.c | 245 addr = net_buf_simple_pull_be16(buf); in proxy_filter_recv() 254 addr = net_buf_simple_pull_be16(buf); in proxy_filter_recv()
|
D | beacon.c | 421 oob_info = net_buf_simple_pull_be16(buf); in unprovisioned_beacon_recv()
|
D | transport.c | 861 seq_zero = net_buf_simple_pull_be16(buf); in trans_ack() 1362 seq_zero = net_buf_simple_pull_be16(buf); in trans_seg()
|
D | friend.c | 651 friend_sub_add(frnd, net_buf_simple_pull_be16(buf)); in bt_mesh_friend_sub_add() 686 friend_sub_rem(frnd, net_buf_simple_pull_be16(buf)); in bt_mesh_friend_sub_rem()
|
D | pb_adv.c | 604 link.rx.buf->len = net_buf_simple_pull_be16(buf); in gen_prov_start()
|
D | access.c | 1455 *opcode = net_buf_simple_pull_be16(buf); in get_opcode()
|
/Zephyr-latest/tests/lib/net_buf/buf_simple/src/ |
D | main.c | 63 zassert_equal(u16, net_buf_simple_pull_be16(&buf), in ZTEST()
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 774 uint16_t net_buf_simple_pull_be16(struct net_buf_simple *buf); 2334 return net_buf_simple_pull_be16(&buf->b); in net_buf_pull_be16()
|
/Zephyr-latest/lib/net_buf/ |
D | buf_simple.c | 491 uint16_t net_buf_simple_pull_be16(struct net_buf_simple *buf) in net_buf_simple_pull_be16() function
|