Home
last modified time | relevance | path

Searched refs:exchange (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.bluetooth48 bool "Request specific connection parameters for SMP packet exchange"
54 exchange process.
60 int "Minimum connection interval for SMP packet exchange"
64 Minimum connection interval in 1.25ms units used during the exchange of SMP packets.
67 int "Maximum connection interval for SMP packet exchange"
71 Maximum connection interval in 1.25ms units used during the exchange of SMP packets.
74 int "Peripheral latency for SMP packet exchange"
78 Peripheral latency in Connection Intervals used during the exchange of SMP packets.
81 int "Supervision timeout for SMP packet exchange"
85 Supervision timeout in 10ms used during the exchange of SMP packets.
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst10 The IPC service API provides an interface to exchange data between two domains
28 possibly with different priorities, and to use each to exchange data.
47 * Simple data exchange.
48 * Data exchange using the no-copy API.
50 Simple data exchange
102 Data exchange using the no-copy API
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst66 MTU exchange success (247)
70 CS capability exchange completed.
84 MTU exchange success (247)
85 CS capability exchange completed.
103 MTU exchange success (247)
119 MTU exchange success (247)
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst29 * Public key exchange
83 Public key exchange
87 device exchange public keys, either in-band or Out of Band (OOB).
89 In-band public key exchange is a part of the provisioning process and always
92 If the application wants to support public key exchange via OOB, it needs to
98 the public key for the Out of Band exchange, the provisioner may choose to
99 exchange the public key in-band if it can't retrieve the public key via OOB
117 After the initial exchange, the provisioner selects an Out of Band (OOB)
175 Depending on the choice of public key exchange mechanism and authentication method,
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgatt.rst23 Another option available through the GATT command is initiating the MTU exchange. To do it, use the
24 :code:`gatt exchange-mtu` command. To update the shell maximum MTU, you need to update Kconfig
/Zephyr-latest/samples/bluetooth/mtu_update/
DREADME.rst5 Configure and exchange MTU between two devices.
30 This sample demonstrates the exchange of MTU between two devices to allow a
37 will exchange their MTUs and choose the minimum of the two. Thus the two MTU can
82 and send his MTU to the other device. If the MTU exchange succeeds, the central
99 mtu_exchange_cb: MTU exchange successful (247)
/Zephyr-latest/doc/connectivity/networking/api/
Dtrickle.rst17 low-power and lossy networks) to exchange information in a highly
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst30 A mailbox allows threads, but not ISRs, to exchange messages.
37 allowing both threads participating in an exchange to know
47 a message exchange between compatible sending and receiving threads.
48 The mailbox also updates certain message descriptor fields during the exchange,
89 The exchange will not occur if thread B tries to receive a message
97 In a synchronous exchange, the sending thread blocks until the message
98 has been fully processed by the receiving thread. In an asynchronous exchange,
103 The technique used for a given message exchange is determined
106 The synchronous exchange technique provides an implicit form of flow control,
108 consumed by receiving threads. The asynchronous exchange technique provides an
[all …]
/Zephyr-latest/samples/bluetooth/peripheral_nus/
DREADME.rst11 endpoint to exchange data. In this case, the sample assumes the data is UTF-8 encoded,
/Zephyr-latest/drivers/can/
DKconfig.xmc4xxx36 message exchange between MCU CAN devices without any external connectors.
/Zephyr-latest/samples/subsys/canbus/isotp/
DREADME.rst5 Use ISO-TP library to exchange messages between two boards.
/Zephyr-latest/samples/drivers/espi/
DREADME.rst5 Use eSPI to connect to a slave device and exchange virtual wire packets.
/Zephyr-latest/samples/bluetooth/encrypted_advertising/
DREADME.rst12 - the exchange of the session key and the initialization vector using the Key
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic45 comment "Supported key exchange modes"
79 PSK key exchange is used.
119 bool "TLS 1.3 PSK key exchange mode"
122 bool "TLS 1.3 ephemeral key exchange mode"
125 bool "TLS 1.3 PSK ephemeral key exchange mode"
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dgmap.rst54 uart:~$ gatt exchange-mtu
Dbap.rst102 uart:~$ gatt exchange-mtu
116 uart:~$ gatt exchange-mtu
329 Use command :code:`gatt exchange-mtu` to make sure the MTU is configured
334 uart:~$ gatt exchange-mtu
/Zephyr-latest/doc/connectivity/networking/
Dnetworking_with_host.rst21 exchange data with the host system like a Linux desktop computer.
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt205 bool "Automatically send ATT MTU exchange request on connect"
209 MTU exchange.
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst47 …Ensure that the memory regions used for data exchange are unique (not overlapping any other region…
319 * To make sure that two sides are ready to exchange messages over that endpoint.
374 There is a binding of two endpoints and one fully processed data message exchange.
Dipc_service_icmsg.rst31 of an instance. Ensure that the memory regions used for data exchange are
/Zephyr-latest/subsys/lorawan/services/
DKconfig167 for multicast session key exchange and setting up a class C session.
/Zephyr-latest/kernel/
DKconfig.smp89 O(N) in the number of CPUs, and in exchange reduces the number of
/Zephyr-latest/boards/udoo/udoo_neo_full/doc/
Dindex.rst229 an exchange of information between this utility and the program running on the
301 to not exchange the information with the M4 core application using shared
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/
Dindex.rst29 the 2 PHYs configuration and data exchange between SPI host and ports.
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/
DREADME.rst5 Use Inter-VM Shared Memory to exchange messages between two processes running on different

12