Searched refs:transports (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/ |
D | main.c | 107 zassert_equal(codec->transports, std_codecs[i].transports, in ZTEST() 125 zassert_equal(codec->transports, vs_codecs[i].transports, in ZTEST()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | CMakeLists.txt | 8 # mgmt_mcumgr_transport covers interface API, allowing to implement transports.
|
D | Kconfig | 68 Different mcumgr transports impose different requirements for this
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | features.rst | 29 * Controller-only (HCI) over UART, SPI, USB and IPC physical transports 49 * Support for Controller (HCI) builds over different physical transports
|
D | bluetooth-arch.rst | 47 transports like UART, SPI, or USB. This protocol defines the commands that a Host
|
D | bluetooth-tools.rst | 167 transports when building a single-mode, Zephyr-based BLE Controller:
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 18 27 programming languages, 7 protocols, and 6 low-level transports. Thrift was
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr.rst | 20 over the following transports:
|
D | smp_transport.rst | 7 side SMP transports.
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | README.rst | 15 This sample application supports the following mcumgr transports by default:
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 26 Different formats, transports and host tools are available and supported in 372 transports, for example UART or using snapshot mode (both still not
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.6.rst | 601 * MCUmgr applications that make use of serial transports (shell or UART) must now select 603 when for non-serial transports it was not needed. (:github:`64078`)
|
D | release-notes-3.4.rst | 187 * MCUmgr transports now need to set up the struct before registering it by 1288 correctly, allowing other transports or other parts of the application 1329 enable shell/UART/dummy MCUmgr transports,
|
D | release-notes-3.3.rst | 92 * MCUmgr Bluetooth and UDP transports no longer need to be registered by the 96 applications register transports then those registrations should be removed 106 For CDC or serial transports: 2145 connection-orientated transports. If this is unimplemented, the function
|
D | release-notes-3.2.rst | 1419 * An issue with the UART/shell transports whereby large packets would wrongly 1423 the system workqueue with some transports, e.g. Bluetooth, which previously
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 944 uint8_t transports; /* bitmap */ member 953 uint8_t transports; /* bitmap */ member
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 1178 codec->transports = std_codec_info[i].transports; in read_codecs_v2() 1191 codec->transports = vs_codec_info[i].transports; in read_codecs_v2()
|