Home
last modified time | relevance | path

Searched defs:recv (Results 1 – 25 of 62) sorted by relevance

123

/Zephyr-latest/samples/boards/st/uart/single_wire/src/
Dmain.c20 unsigned char recv; in main() local
/Zephyr-latest/include/zephyr/net/
Ddummy.h47 enum net_verdict (*recv)(struct net_if *iface, struct net_pkt *pkt); member
Dnet_stats.h72 net_stats_t recv; member
116 net_stats_t recv; member
145 net_stats_t recv; member
185 net_stats_t recv; member
202 net_stats_t recv; member
216 net_stats_t recv; member
230 net_stats_t recv; member
241 net_stats_t recv; member
255 net_stats_t recv; member
269 net_stats_t recv; member
[all …]
/Zephyr-latest/tests/bluetooth/bluetooth/src/
Dbluetooth.c25 static int driver_open(const struct device *dev, bt_hci_recv_t recv) in driver_open()
/Zephyr-latest/scripts/coredump/
Dcoredump_gdbserver.py29 def recv(self, bufsize): member in FakeSocket
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_silabs_efr32.c21 bt_hci_recv_t recv; member
155 static int slz_bt_open(const struct device *dev, bt_hci_recv_t recv) in slz_bt_open()
Dhci_ifx_psoc6_bless.c36 bt_hci_recv_t recv; member
147 static int psoc6_bless_open(const struct device *dev, bt_hci_recv_t recv) in psoc6_bless_open()
Dhci_esp32.c25 bt_hci_recv_t recv; member
331 static int bt_esp32_open(const struct device *dev, bt_hci_recv_t recv) in bt_esp32_open()
Dhci_ifx_cyw208xx.c79 bt_hci_recv_t recv; member
224 static int cyw208xx_open(const struct device *dev, bt_hci_recv_t recv) in cyw208xx_open()
Dipc.c26 bt_hci_recv_t recv; member
310 static int bt_ipc_open(const struct device *dev, bt_hci_recv_t recv) in bt_ipc_open()
Duserchan.c43 bt_hci_recv_t recv; member
378 static int uc_open(const struct device *dev, bt_hci_recv_t recv) in uc_open()
Dspi.c70 bt_hci_recv_t recv; member
375 static int bt_spi_open(const struct device *dev, bt_hci_recv_t recv) in bt_spi_open()
Dhci_ambiq.c75 bt_hci_recv_t recv; member
376 static int bt_apollo_open(const struct device *dev, bt_hci_recv_t recv) in bt_apollo_open()
Dhci_da1469x.c32 bt_hci_recv_t recv; member
430 static int bt_da1469x_open(const struct device *dev, bt_hci_recv_t recv) in bt_da1469x_open()
Dhci_stm32wba.c32 bt_hci_recv_t recv; member
375 static int bt_hci_stm32wba_open(const struct device *dev, bt_hci_recv_t recv) in bt_hci_stm32wba_open()
Dipm_stm32wb.c25 bt_hci_recv_t recv; member
544 static int bt_ipm_open(const struct device *dev, bt_hci_recv_t recv) in bt_ipm_open()
Dhci_nxp.c30 bt_hci_recv_t recv; member
421 static int bt_nxp_open(const struct device *dev, bt_hci_recv_t recv) in bt_nxp_open()
Dhci_stm32wb0.c71 bt_hci_recv_t recv; member
425 static int bt_hci_stm32wb0_open(const struct device *dev, bt_hci_recv_t recv) in bt_hci_stm32wb0_open()
/Zephyr-latest/tests/bluetooth/hci_uart_async/src/
Dtest_hci_uart_async.c33 bt_hci_recv_t recv; member
84 static int drv_open(const struct device *dev, bt_hci_recv_t recv) in drv_open()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dclassic.h121 void (*recv)(const struct bt_br_discovery_result *result); member
Drfcomm.h64 void (*recv)(struct bt_rfcomm_dlc *dlc, struct net_buf *buf); member
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.h45 proxy_recv_cb_t recv; member
Dprov_bearer.h56 void (*recv)(const struct prov_bearer *bearer, void *cb_data, member
/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/
Dmain.c104 static ssize_t recv(struct bt_conn *conn, in recv() function
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dheartbeat.h94 void (*recv)(const struct bt_mesh_hb_sub *sub, uint8_t hops, member

123