Home
last modified time | relevance | path

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

/Zephyr-latest/lib/net_buf/
Dbuf_simple.c447 void *net_buf_simple_pull(struct net_buf_simple *buf, size_t len) in net_buf_simple_pull() function
476 net_buf_simple_pull(buf, 1); in net_buf_simple_pull_u8()
486 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_le16()
496 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_be16()
508 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_le24()
520 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_be24()
530 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_le32()
540 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_be32()
552 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_le40()
564 net_buf_simple_pull(buf, sizeof(val)); in net_buf_simple_pull_be40()
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Ddata.c44 net_buf_simple_pull(ad, len - 1); in bt_data_parse()
Dcs.c1343 net_buf_simple_pull(step_data_buf, step.data_len); in bt_le_cs_step_data_parse()
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.c180 net_buf_simple_pull(msg, mtu); in bt_mesh_proxy_msg_send()
199 net_buf_simple_pull(msg, mtu); in bt_mesh_proxy_msg_send()
Dfoundation.h180 net_buf_simple_pull(buf, 3); in key_idx_unpack_pair()
Dgatt_cli.c339 net_buf_simple_pull(buf, len); in scan_recv()
Dadv.c368 net_buf_simple_pull(buf, len); in bt_mesh_scan_cb()
Dfriend.c424 net_buf_simple_pull(&in, BT_MESH_NET_HDR_LEN); in unseg_app_sdu_decrypt()
425 net_buf_simple_pull(&in, 1); in unseg_app_sdu_decrypt()
442 net_buf_simple_pull(&sdu, BT_MESH_NET_HDR_LEN); in unseg_app_sdu_encrypt()
443 net_buf_simple_pull(&sdu, 1); in unseg_app_sdu_encrypt()
Dpb_adv.c842 net_buf_simple_pull(msg, seg_len); in prov_send_adv()
868 net_buf_simple_pull(msg, seg_len); in prov_send_adv()
Dtransport.c1360 net_buf_simple_pull(buf, 1); in trans_seg()
1633 net_buf_simple_pull(buf, BT_MESH_NET_HDR_LEN); in bt_mesh_trans_recv()
Dproxy_srv.c287 net_buf_simple_pull(&buf, BT_MESH_NET_HDR_LEN); in proxy_cfg()
Dblob_cli.c1228 info.missing_blocks = net_buf_simple_pull(buf, buf->len); in handle_xfer_status()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c159 net_buf_simple_pull(buf, ARRAY_SIZE(mfg_data)); in recv_cb()
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dble.c394 net_buf_simple_pull(ad_buf, len - 1); in device_found()
/Zephyr-latest/include/zephyr/
Dnet_buf.h725 void *net_buf_simple_pull(struct net_buf_simple *buf, size_t len);
2273 return net_buf_simple_pull(&buf->b, len); in net_buf_pull()
/Zephyr-latest/subsys/bluetooth/audio/
Dascs.c1891 (void)net_buf_simple_pull(buf, cfg->cc_len); in ascs_config()
2489 (void)net_buf_simple_pull(buf, meta->len); in ascs_enable()
2927 (void)net_buf_simple_pull(buf, meta->len); in ascs_metadata()