Home
last modified time | relevance | path

Searched defs:transport (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-2.7.6/subsys/shell/
Dshell_rtt.c35 static int init(const struct shell_transport *transport, in init()
53 static int uninit(const struct shell_transport *transport) in uninit()
62 static int enable(const struct shell_transport *transport, bool blocking) in enable()
74 static int write(const struct shell_transport *transport, in write()
94 static int read(const struct shell_transport *transport, in read()
Dshell_dummy.c16 static int init(const struct shell_transport *transport, in init()
32 static int uninit(const struct shell_transport *transport) in uninit()
45 static int enable(const struct shell_transport *transport, bool blocking) in enable()
56 static int write(const struct shell_transport *transport, in write()
79 static int read(const struct shell_transport *transport, in read()
Dshell_uart.c191 static int init(const struct shell_transport *transport, in init()
218 static int uninit(const struct shell_transport *transport) in uninit()
234 static int enable(const struct shell_transport *transport, bool blocking_tx) in enable()
261 static int write(const struct shell_transport *transport, in write()
284 static int read(const struct shell_transport *transport, in read()
295 static void update(const struct shell_transport *transport) in update()
Dshell_telnet.c326 static int init(const struct shell_transport *transport, in init()
351 static int uninit(const struct shell_transport *transport) in uninit()
360 static int enable(const struct shell_transport *transport, bool blocking) in enable()
369 static int write(const struct shell_transport *transport, in write()
437 static int read(const struct shell_transport *transport, in read()
/Zephyr-Core-2.7.6/tests/bluetooth/hci_codecs_info/src/
Dmain.c182 uint8_t transport, in hci_vendor_read_codec_capabilities()
259 uint8_t transport, in hci_vendor_read_ctlr_delay()
/Zephyr-Core-2.7.6/include/net/
Dmqtt.h473 struct mqtt_transport transport; member
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/
Dhci.c985 uint8_t transport, in hci_vendor_read_codec_capabilities()
1041 uint8_t transport, in hci_vendor_read_ctlr_delay()
/Zephyr-Core-2.7.6/include/bluetooth/
Dhci.h754 uint8_t transport; member
771 uint8_t transport; member
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dbttester.h805 uint8_t transport; member