Home
last modified time | relevance | path

Searched refs:net_buf_pull_u8 (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/lib/utils/
Dcobs.c30 data = net_buf_pull_u8(src); in cobs_encode()
74 uint8_t offset = net_buf_pull_u8(src); in cobs_decode()
87 uint8_t byte = net_buf_pull_u8(src); in cobs_decode()
/Zephyr-latest/samples/net/wpan_serial/src/
Dmain.c214 uint8_t cmd = net_buf_pull_u8(buf); in process_request()
245 seq = net_buf_pull_u8(buf); in process_data()
246 num_attr = net_buf_pull_u8(buf); in process_data()
257 net_buf_pull_u8(buf); in process_data()
286 uint8_t cmd = net_buf_pull_u8(buf); in process_config()
295 set_channel(net_buf_pull_u8(buf)); in process_config()
323 specifier = net_buf_pull_u8(buf); in rx_thread()
352 uint8_t byte = net_buf_pull_u8(buf); in slip_buffer()
/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c266 net_buf_pull_u8(buf); /* Always 0x07 */ in avrcp_unit_info_handler()
267 rsp.unit_type = FIELD_GET(GENMASK(7, 3), net_buf_pull_u8(buf)); in avrcp_unit_info_handler()
290 net_buf_pull_u8(buf); /* Always 0x07 */ in avrcp_subunit_info_handler()
291 tmp = net_buf_pull_u8(buf); in avrcp_subunit_info_handler()
324 tmp = net_buf_pull_u8(buf); in avrcp_pass_through_handler()
327 rsp.len = net_buf_pull_u8(buf); in avrcp_pass_through_handler()
Davdtp.c256 req->status = net_buf_pull_u8(buf); in avdtp_set_status()
355 sep = avdtp_get_sep(net_buf_pull_u8(buf) >> 2); in avdtp_get_cmd_sep()
458 int_seid = net_buf_pull_u8(buf) >> 2; in avdtp_process_configuration_cmd()
530 net_buf_pull_u8(buf); in avdtp_process_configuration_rsp()
653 acp_seid = net_buf_pull_u8(buf); in avdtp_handle_reject()
1174 sigid = net_buf_pull_u8(buf); in bt_avdtp_l2cap_recv()
1476 data = net_buf_pull_u8(buf); in bt_avdtp_parse_capability_codec()
1489 length = net_buf_pull_u8(buf); in bt_avdtp_parse_capability_codec()
1504 length = net_buf_pull_u8(buf); in bt_avdtp_parse_capability_codec()
1510 data = net_buf_pull_u8(buf); in bt_avdtp_parse_capability_codec()
[all …]
Dsdp.c285 data_elem->type = net_buf_pull_u8(buf); in parse_data_elem()
307 data_elem->data_size = net_buf_pull_u8(buf); in parse_data_elem()
609 cont_state_size = net_buf_pull_u8(buf); in sdp_svc_search_req()
637 cont_state = net_buf_pull_u8(buf); in sdp_svc_search_req()
1115 cont_state_size = net_buf_pull_u8(buf); in sdp_svc_att_req()
1131 state.last_att = net_buf_pull_u8(buf) + 1; in sdp_svc_att_req()
1238 cont_state_size = net_buf_pull_u8(buf); in sdp_svc_search_att_req()
1254 state.current_svc = net_buf_pull_u8(buf); in sdp_svc_search_att_req()
1255 state.last_att = net_buf_pull_u8(buf) + 1; in sdp_svc_search_att_req()
1713 seq = net_buf_pull_u8(buf); in sdp_client_get_total()
[all …]
Dbr.c429 uint8_t num_reports = net_buf_pull_u8(buf); in bt_hci_inquiry_result_with_rssi()
Drfcomm.c1456 rfcomm_dlc_tx_give_credits(dlc, net_buf_pull_u8(buf)); in rfcomm_handle_data()
Dl2cap_br.c573 l2cap->info_fixed_chan = net_buf_pull_u8(buf); in l2cap_br_info_rsp()
/Zephyr-latest/tests/net/ppp/driver/src/
Dmain.c332 (void)net_buf_pull_u8(pkt->buffer); in ppp_verify_fcs()
403 (void)net_buf_pull_u8(pkt->buffer); in ppp_calc_fcs()
/Zephyr-latest/drivers/modem/
Dwncm14a2a.c391 net_buf_pull_u8(*buf); in net_buf_skipcrlf()
514 value[0] = net_buf_pull_u8(*buf); in on_cmd_atcmdecho()
602 value[i] = net_buf_pull_u8(*buf); in on_cmd_atcmdinfo_rssi()
703 value[0] = net_buf_pull_u8(*buf); in on_cmd_sockcreat()
763 value[i++] = net_buf_pull_u8(*buf); in on_cmd_sockread()
789 net_buf_pull_u8(*buf); in on_cmd_sockread()
848 net_buf_pull_u8(*buf); in on_cmd_sockread()
Dmodem_cmd_handler.c41 net_buf_pull_u8(data->rx_buf); in skipcrlf()
Dquectel-bg9x.c154 net_buf_pull_u8(data->rx_buf); in on_cmd_sockread_common()
Dublox-sara-r4.c812 net_buf_pull_u8(data->rx_buf); in on_cmd_sockread_common()
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c111 uint8_t pci = net_buf_pull_u8(buf); in receive_get_ff_length()
113 len = ((pci & ISOTP_PCI_FF_DL_UPPER_MASK) << 8) | net_buf_pull_u8(buf); in receive_get_ff_length()
125 uint8_t len = net_buf_pull_u8(buf) & ISOTP_PCI_SF_DL_MASK; in receive_get_sf_length()
129 len = net_buf_pull_u8(buf); in receive_get_sf_length()
/Zephyr-latest/doc/services/net_buf/
Dindex.rst114 uint8_t net_buf_pull_u8(struct net_buf *buf);
/Zephyr-latest/include/zephyr/
Dnet_buf.h2258 static inline uint8_t net_buf_pull_u8(struct net_buf *buf) in net_buf_pull_u8() function
2648 net_buf_pull_u8(buf); in net_buf_skip()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c173 uint8_t op = net_buf_pull_u8(buf); in handle_att()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c202 uint8_t op = net_buf_pull_u8(buf); in handle_att()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c449 sbc_hdr = net_buf_pull_u8(buf); in sink_sbc_streamer_data()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c212 uint8_t op = net_buf_pull_u8(buf); in handle_att()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c238 uint8_t op = net_buf_pull_u8(buf); in handle_att()
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c577 return net_buf_pull_u8(buf); in h5_get_type()
/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c595 return net_buf_pull_u8(buf); in h5_get_type()
/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.c1213 if (!(net_buf_pull_u8(buf) >> 7)) { in update_overwrite()
1381 if (!(net_buf_pull_u8(buf) >> 7)) { in is_segack()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c799 uint8_t num_reports = net_buf_pull_u8(buf); in bt_hci_le_adv_ext_report()
1667 uint8_t num_reports = net_buf_pull_u8(buf); in bt_hci_le_adv_report()

12