Home
last modified time | relevance | path

Searched defs:recv (Results 26 – 50 of 63) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp_internal.h79 int (*recv)(struct bt_avctp *session, struct net_buf *buf); member
/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h81 void (*recv)(struct bt_rfcomm_dlc *dlc, struct net_buf *buf); member
/Zephyr-latest/include/zephyr/net/
Dnet_l2.h63 enum net_verdict (*recv)(struct net_if *iface, struct net_pkt *pkt); member
Dnet_offload.h116 int (*recv)(struct net_context *context, member
Dvirtual.h115 enum net_verdict (*recv)(struct net_if *iface, struct net_pkt *pkt); member
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c24 bt_hci_recv_t recv; member
218 static int driver_open(const struct device *dev, bt_hci_recv_t recv) in driver_open()
/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h123 static inline int bt_hci_open(const struct device *dev, bt_hci_recv_t recv) in bt_hci_open()
Dlora.h187 lora_api_recv recv; member
Dsmbus.h466 uint8_t recv) in smbus_xfer_stats()
523 uint8_t recv) in smbus_xfer_stats()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c72 bt_hci_recv_t recv; member
840 static int hci_driver_open(const struct device *dev, bt_hci_recv_t recv) in hci_driver_open()
/Zephyr-latest/drivers/bluetooth/hci/
Dh4.c63 bt_hci_recv_t recv; member
517 static int h4_open(const struct device *dev, bt_hci_recv_t recv) in h4_open()
Dhci_spi_st.c94 bt_hci_recv_t recv; member
642 static int bt_spi_open(const struct device *dev, bt_hci_recv_t recv) in bt_spi_open()
Dh5.c88 bt_hci_recv_t recv; member
776 static int h5_open(const struct device *dev, bt_hci_recv_t recv) in h5_open()
/Zephyr-latest/subsys/shell/modules/
Ddevmem_service.c172 static void bypass_cb(const struct shell *sh, uint8_t *recv, size_t len) in bypass_cb()
/Zephyr-latest/drivers/serial/
Duart_hvc_xen.c34 int recv = 0; in read_from_ring() local
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.c324 proxy_recv_cb_t recv) in bt_mesh_proxy_role_setup()
Dsubnet.h41 uint32_t recv; /* Timestamp of last received beacon */ member
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c29 bt_hci_recv_t recv; member
233 static int driver_open(const struct device *dev, bt_hci_recv_t recv) in driver_open()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfd_srv.h110 int (*recv)(struct bt_mesh_dfd_srv *srv, member
/Zephyr-latest/tests/net/ppp/driver/src/
Dmain.c226 uint8_t *recv, size_t recv_len, in send_iface()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c235 static void recv(struct net_buf *buf) in recv() function
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c259 static void recv(struct net_buf *buf) in recv() function
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c262 static void recv(struct net_buf *buf) in recv() function
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c282 static void recv(struct net_buf *buf) in recv() function
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c273 static void recv(struct net_buf *buf) in recv() function

123