/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_msg.c | 120 role->cb.recv(role); in bt_mesh_proxy_msg_recv() 166 role->cb.recv(role); in bt_mesh_proxy_msg_recv() 324 proxy_recv_cb_t recv) in bt_mesh_proxy_role_setup() argument 335 role->cb.recv = recv; in bt_mesh_proxy_role_setup()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_silabs_efr32.c | 22 bt_hci_recv_t recv; member 256 hci->recv(dev, buf); in slz_rx_thread_func() 272 static int slz_bt_open(const struct device *dev, bt_hci_recv_t recv) in slz_bt_open() argument 368 hci->recv = recv; in slz_bt_open()
|
D | spi.c | 70 bt_hci_recv_t recv; member 297 hci->recv(dev, buf); in bt_spi_rx_thread() 375 static int bt_spi_open(const struct device *dev, bt_hci_recv_t recv) in bt_spi_open() argument 404 hci->recv = recv; in bt_spi_open()
|
D | hci_da1469x.c | 32 bt_hci_recv_t recv; member 250 hci->recv(dev, buf); in rx_thread() 430 static int bt_da1469x_open(const struct device *dev, bt_hci_recv_t recv) in bt_da1469x_open() argument 451 hci->recv = recv; in bt_da1469x_open() 467 hci->recv = NULL; in bt_da1469x_close()
|
D | hci_stm32wba.c | 32 bt_hci_recv_t recv; member 265 hci->recv(dev, buf); in receive_data() 375 static int bt_hci_stm32wba_open(const struct device *dev, bt_hci_recv_t recv) in bt_hci_stm32wba_open() argument 386 data->recv = recv; in bt_hci_stm32wba_open()
|
D | hci_stm32wb0.c | 71 bt_hci_recv_t recv; member 205 hci->recv(dev, buf); in send_event() 425 static int bt_hci_stm32wb0_open(const struct device *dev, bt_hci_recv_t recv) in bt_hci_stm32wb0_open() argument 483 data->recv = recv; in bt_hci_stm32wb0_open()
|
D | ipm_stm32wb.c | 25 bt_hci_recv_t recv; member 254 hci->recv(dev, buf); in bt_ipm_rx_thread() 544 static int bt_ipm_open(const struct device *dev, bt_hci_recv_t recv) in bt_ipm_open() argument 568 hci->recv = recv; in bt_ipm_open() 613 hci->recv = NULL; in bt_ipm_close()
|
/Zephyr-latest/include/zephyr/net/ |
D | dummy.h | 47 enum net_verdict (*recv)(struct net_if *iface, struct net_pkt *pkt); member
|
D | net_l2.h | 63 enum net_verdict (*recv)(struct net_if *iface, struct net_pkt *pkt); member 135 .recv = (_recv_fn), \
|
D | net_offload.h | 116 int (*recv)(struct net_context *context, member 424 NET_ASSERT(net_if_offload(iface)->recv); in net_offload_recv() 426 return net_if_offload(iface)->recv( in net_offload_recv()
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_native_posix_adapt.c | 199 read = recv(connfd, req, sizeof(*req), 0); in handle_usbip_submit() 221 read = recv(connfd, &hdr->u, sizeof(hdr->u), 0); in handle_usbip_unlink() 243 if (recv(connfd, busid, 32, 0) != sizeof(busid)) { in handle_import() 339 read = recv(connfd, &req, sizeof(req), 0); in usbip_start() 382 read = recv(connfd, hdr, sizeof(*hdr), 0); in usbip_start() 426 return recv(connfd_global, buf, len, 0); in usbip_recv()
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | ws.c | 148 received = recv(client, in ws_echo_handler() 171 (recv(client, cfg->recv_buffer + offset, in ws_echo_handler() 232 ipv6_recv = data.ipv6.recv; in netstats_collect() 236 ipv4_recv = data.ipv4.recv; in netstats_collect()
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | test_can.py | 85 rx = can_host.recv(timeout=TIMEOUT) 93 rx = can_dut.recv(timeout=TIMEOUT)
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool_client.py | 50 ack = str(self.sock.recv(MAX_CMD_SZ), "utf-8") 87 rck = self.sock.recv(MAX_CMD_SZ).decode("utf-8") 102 receive_log = str(self.sock.recv(BUF_SIZE), "utf-8").replace('\x00','')
|
D | remote-fw-service.py | 53 d = self.request.recv(HEADER_SZ) 65 data = self.request.recv(min(BUF_SIZE, fsize - len(total))) 103 cmd = self.request.recv(MAX_CMD_SZ) 129 cmd = self.request.recv(MAX_CMD_SZ)
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 72 bt_hci_recv_t recv; member 144 return data->recv(dev, buf); in bt_recv_prio() 262 data->recv(dev, buf); in sink_sdu_emit_hci() 737 data->recv(dev, frag); in recv_thread() 840 static int hci_driver_open(const struct device *dev, bt_hci_recv_t recv) in hci_driver_open() argument 856 data->recv = recv; in hci_driver_open() 898 data->recv = NULL; in hci_driver_close()
|
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/src/ |
D | main.c | 68 rc = recv(client, header, sizeof(header), MSG_WAITALL); in modbus_tcp_connection() 77 rc = recv(client, tmp_adu.data, data_len, MSG_WAITALL); in modbus_tcp_connection()
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 29 bt_hci_recv_t recv; member 145 drv->recv(dev, evt); in cmd_handle() 233 static int driver_open(const struct device *dev, bt_hci_recv_t recv) in driver_open() argument 237 drv->recv = recv; in driver_open() 282 drv->recv(dev, data->buf); in bt_recv_job_cb() 389 static struct bt_le_scan_cb scan_callbacks = { .recv = scan_recv_cb, in ZTEST()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | heartbeat.h | 94 void (*recv)(const struct bt_mesh_hb_sub *sub, uint8_t hops, member
|
/Zephyr-latest/tests/bluetooth/bluetooth/src/ |
D | bluetooth.c | 25 static int driver_open(const struct device *dev, bt_hci_recv_t recv) in driver_open() argument
|
/Zephyr-latest/samples/net/sockets/tcp/src/ |
D | main.c | 77 ssize_t len = recv(fd, buf, BUF_SIZE, 0); in udp()
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | classic.h | 121 void (*recv)(const struct bt_br_discovery_result *result); member
|
/Zephyr-latest/include/zephyr/drivers/ |
D | lora.h | 187 lora_api_recv recv; member 275 return api->recv(dev, data, size, timeout, rssi, snr); in lora_recv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/ |
D | tester.c | 36 .recv = tester_chan_recv_cb,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 15 In addition to that it also contains the ``recv`` callback which is called 21 The ``recv`` callback is called directly from RX Thread thus it is not
|