Searched refs:net_buf_simple_pull (Results  1 – 16 of 16) sorted by relevance
| /Zephyr-latest/lib/net_buf/ | 
| D | buf_simple.c | 447 void *net_buf_simple_pull(struct net_buf_simple *buf, size_t len)  in net_buf_simple_pull()  function476 	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/ | 
| D | data.c | 44 		net_buf_simple_pull(ad, len - 1);  in bt_data_parse()
 | 
| D | cs.c | 1343 		net_buf_simple_pull(step_data_buf, step.data_len);  in bt_le_cs_step_data_parse()
 | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | proxy_msg.c | 204 	net_buf_simple_pull(msg, mtu);  in bt_mesh_proxy_msg_send()223 		net_buf_simple_pull(msg, mtu);  in bt_mesh_proxy_msg_send()
 
 | 
| D | foundation.h | 180 	net_buf_simple_pull(buf, 3);  in key_idx_unpack_pair()
 | 
| D | gatt_cli.c | 339 		net_buf_simple_pull(buf, len);  in scan_recv()
 | 
| D | adv.c | 368 		net_buf_simple_pull(buf, len);  in bt_mesh_scan_cb()
 | 
| D | friend.c | 424 	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()
 
 | 
| D | pb_adv.c | 849 	net_buf_simple_pull(msg, seg_len);  in prov_send_adv()875 		net_buf_simple_pull(msg, seg_len);  in prov_send_adv()
 
 | 
| D | transport.c | 1360 	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()
 
 | 
| D | proxy_srv.c | 284 	net_buf_simple_pull(&buf, BT_MESH_NET_HDR_LEN);  in proxy_cfg()
 | 
| D | blob_cli.c | 1228 		info.missing_blocks = net_buf_simple_pull(buf, buf->len);  in handle_xfer_status()
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/ | 
| D | per_adv_sync.c | 161 		net_buf_simple_pull(buf, ARRAY_SIZE(mfg_data));  in recv_cb()
 | 
| /Zephyr-latest/samples/boards/bbc/microbit/pong/src/ | 
| D | ble.c | 394 		net_buf_simple_pull(ad_buf, len - 1);  in device_found()
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 725 void *net_buf_simple_pull(struct net_buf_simple *buf, size_t len);2229 	return net_buf_simple_pull(&buf->b, len);  in net_buf_pull()
 
 | 
| /Zephyr-latest/subsys/bluetooth/audio/ | 
| D | ascs.c | 1858 		(void)net_buf_simple_pull(buf, cfg->cc_len);  in ascs_config()2456 		(void)net_buf_simple_pull(buf, meta->len);  in ascs_enable()
 2894 		(void)net_buf_simple_pull(buf, meta->len);  in ascs_metadata()
 
 |