Home
last modified time | relevance | path

Searched refs:net_buf_simple_pull (Results 1 – 17 of 17) sorted by relevance

/Zephyr-Core-3.4.0/subsys/net/
Dbuf_simple.c393 void *net_buf_simple_pull(struct net_buf_simple *buf, size_t len) in net_buf_simple_pull() function
422 net_buf_simple_pull(buf, 1); in net_buf_simple_pull_u8()
432 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_le16()
442 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_be16()
454 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_le24()
466 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_be24()
476 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_le32()
486 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_be32()
498 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_le48()
510 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_be48()
[all …]
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Ddata.c44 net_buf_simple_pull(ad, len - 1); in bt_data_parse()
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dproxy_msg.c172 net_buf_simple_pull(msg, mtu); in bt_mesh_proxy_msg_send()
191 net_buf_simple_pull(msg, mtu); in bt_mesh_proxy_msg_send()
Dfoundation.h169 net_buf_simple_pull(buf, 3); in key_idx_unpack()
Dadv.c323 net_buf_simple_pull(buf, len); in bt_mesh_scan_cb()
Dgatt_cli.c339 net_buf_simple_pull(buf, len); in scan_recv()
Dfriend.c413 net_buf_simple_pull(&in, BT_MESH_NET_HDR_LEN); in unseg_app_sdu_decrypt()
414 net_buf_simple_pull(&in, 1); in unseg_app_sdu_decrypt()
431 net_buf_simple_pull(&sdu, BT_MESH_NET_HDR_LEN); in unseg_app_sdu_encrypt()
432 net_buf_simple_pull(&sdu, 1); in unseg_app_sdu_encrypt()
Dpb_adv.c713 net_buf_simple_pull(msg, seg_len); in prov_send_adv()
739 net_buf_simple_pull(msg, seg_len); in prov_send_adv()
Dproxy_srv.c286 net_buf_simple_pull(&buf, BT_MESH_NET_HDR_LEN); in proxy_cfg()
Dtransport.c1343 net_buf_simple_pull(buf, 1); in trans_seg()
1616 net_buf_simple_pull(buf, BT_MESH_NET_HDR_LEN); in bt_mesh_trans_recv()
Dtransport_legacy.c1297 net_buf_simple_pull(buf, 1); in trans_seg()
1558 net_buf_simple_pull(buf, BT_MESH_NET_HDR_LEN); in bt_mesh_trans_recv()
Dblob_cli.c1229 info.missing_blocks = net_buf_simple_pull(buf, buf->len); in handle_xfer_status()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_syncer.c159 net_buf_simple_pull(buf, ARRAY_SIZE(mfg_data)); in recv_cb()
/Zephyr-Core-3.4.0/samples/boards/bbc_microbit/pong/src/
Dble.c391 net_buf_simple_pull(ad, len - 1); in device_found()
/Zephyr-Core-3.4.0/include/zephyr/net/
Dbuf.h649 void *net_buf_simple_pull(struct net_buf_simple *buf, size_t len);
2062 return net_buf_simple_pull(&buf->b, len); in net_buf_pull()
/Zephyr-Core-3.4.0/subsys/net/l2/bluetooth/
Dbluetooth.c473 net_buf_simple_pull(ad, len - 1); in ad_parse()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dascs.c1564 (void)net_buf_simple_pull(buf, cfg->cc_len); in ascs_config()
2205 (void)net_buf_simple_pull(buf, meta->len); in ascs_enable()
2641 (void)net_buf_simple_pull(buf, meta->len); in ascs_metadata()