Home
last modified time | relevance | path

Searched refs:transports (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/
Dmain.c107 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/
DCMakeLists.txt8 # mgmt_mcumgr_transport covers interface API, allowing to implement transports.
DKconfig68 Different mcumgr transports impose different requirements for this
/Zephyr-latest/doc/connectivity/bluetooth/
Dfeatures.rst29 * Controller-only (HCI) over UART, SPI, USB and IPC physical transports
49 * Support for Controller (HCI) builds over different physical transports
Dbluetooth-arch.rst47 transports like UART, SPI, or USB. This protocol defines the commands that a Host
Dbluetooth-tools.rst167 transports when building a single-mode, Zephyr-based BLE Controller:
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst18 27 programming languages, 7 protocols, and 6 low-level transports. Thrift was
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr.rst20 over the following transports:
Dsmp_transport.rst7 side SMP transports.
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst15 This sample application supports the following mcumgr transports by default:
/Zephyr-latest/doc/services/tracing/
Dindex.rst26 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/
Dmigration-guide-3.6.rst601 * 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`)
Drelease-notes-3.4.rst187 * 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,
Drelease-notes-3.3.rst92 * 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
Drelease-notes-3.2.rst1419 * 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/
Dhci_types.h944 uint8_t transports; /* bitmap */ member
953 uint8_t transports; /* bitmap */ member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1178 codec->transports = std_codec_info[i].transports; in read_codecs_v2()
1191 codec->transports = vs_codec_info[i].transports; in read_codecs_v2()