/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.bluetooth | 48 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/tests/bluetooth/controller/ctrl_version/src/ |
D | main.c | 58 * | Version Exchange Proc. | | 67 * | Version Exchange Proc. | | 96 /* Initiate a Version Exchange Procedure */ in ZTEST() 126 * | Version Exchange Proc. | | 168 /* Initiate a Version Exchange Procedure */ in ZTEST() 204 /* Initiate another Version Exchange Procedure */ in ZTEST() 240 /* Initiate yet another Version Exchange Procedure */ in ZTEST() 363 * | Version Exchange Proc. | | 366 * | Version Exchange Proc. | | 398 /* Initiate a Version Exchange Procedure */ in ZTEST() [all …]
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 5 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 98 mtu_exchange: Exchange MTU... 99 mtu_exchange_cb: MTU exchange successful (247)
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | provisioning.rst | 29 * 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/services/ipc/ipc_service/ |
D | ipc_service.rst | 10 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/ |
D | README.rst | 66 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/shell/host/ |
D | gatt.rst | 23 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/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 30 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/tests/bluetooth/controller/ctrl_feature_exchange/src/ |
D | main.c | 66 * | Feature Exchange Proc. | | 75 * | Feature Exchange Proc. | | 112 /* Initiate a Feature Exchange Procedure */ in ZTEST() 135 /* Test that host enabled feature makes it into feature exchange */ in ZTEST() 142 /* Initiate a Feature Exchange Procedure */ in ZTEST() 179 * | Feature Exchange Proc. | | 211 /* Initiate a Feature Exchange Procedure */ in ZTEST() 245 /* Initiate another Feature Exchange Procedure */ in ZTEST() 463 /* Initiate a Feature Exchange Procedure */ in ZTEST() 507 /* Initiate a Feature Exchange Procedure */ in ZTEST()
|
D | main_hci.c | 70 * | Feature Exchange Proc. | | 79 * | Feature Exchange Proc. | | 114 /* Initiate a Feature Exchange Procedure via HCI */ in ZTEST()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | trickle.rst | 17 low-power and lossy networks) to exchange information in a highly
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.xmc4xxx | 36 message exchange between MCU CAN devices without any external connectors.
|
/Zephyr-latest/samples/bluetooth/peripheral_nus/ |
D | README.rst | 11 endpoint to exchange data. In this case, the sample assumes the data is UTF-8 encoded,
|
/Zephyr-latest/tests/net/socket/tls_configurations/ |
D | prj.conf | 35 # key exchange/certificate + AES encryption). What we want here instead is to
|
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 66 printk("%s: MTU exchange %s (%u)\n", __func__, in mtu_exchange_cb() 79 printk("%s: Exchange MTU...\n", __func__); in mtu_exchange() 82 printk("%s: MTU exchange failed (err %d)", __func__, err); in mtu_exchange()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_types.h | 74 /* Version Exchange Procedure State */ 93 * verified when feature exchange procedure has completed, valid member is set to 1. 97 * Stores features common for two connected devices. Before feature exchange
|
/Zephyr-latest/samples/bluetooth/channel_sounding/src/ |
D | connected_cs_reflector.c | 55 printk("MTU exchange %s (%u)\n", err == 0U ? "success" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb() 78 printk("%s: MTU exchange failed (err %d)\n", __func__, err); in connected_cb() 95 printk("CS capability exchange completed.\n"); in remote_capabilities_cb()
|
D | connected_cs_initiator.c | 95 printk("MTU exchange %s (%u)\n", err == 0U ? "success" : "failed", bt_gatt_get_mtu(conn)); in mtu_exchange_cb() 116 printk("%s: MTU exchange failed (err %d)\n", __func__, err); in connected_cb() 144 printk("CS capability exchange completed.\n"); in remote_capabilities_cb() 282 printk("Failed to exchange CS capabilities (err %d)\n", err); in main()
|
/Zephyr-latest/samples/bluetooth/mtu_update/central/src/ |
D | central_mtu_update.c | 166 printk("%s: MTU exchange %s (%u)\n", __func__, in mtu_exchange_cb() 181 printk("%s: Exchange MTU...\n", __func__); in mtu_exchange() 184 printk("%s: MTU exchange failed (err %d)", __func__, err); in mtu_exchange()
|
/Zephyr-latest/include/zephyr/xen/ |
D | generic.h | 26 * Atomically exchange value on "ptr" position. If value on "ptr" contains
|
/Zephyr-latest/samples/bluetooth/central_multilink/src/ |
D | central_multilink.c | 114 printk("MTU exchange %u %s (%u)\n", bt_conn_index(conn), in mtu_exchange_cb() 133 printk("MTU exchange failed (err %d)", err); in mtu_exchange() 135 printk("Exchange pending..."); in mtu_exchange() 346 /* Let us perform version exchange on all connections to ensure in init_central()
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig.tls-generic | 45 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/samples/drivers/espi/ |
D | README.rst | 5 Use eSPI to connect to a slave device and exchange virtual wire packets.
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | atomic_xtensa.h | 26 * atomic write ops have exchange semantics. in atomic_get() 76 /* Generates an atomic exchange sequence that swaps the value at
|
/Zephyr-latest/samples/bluetooth/cap_initiator/src/ |
D | cap_initiator_unicast.c | 644 LOG_INF("MTU exchange done"); in exchange_cb() 647 LOG_ERR("MTU exchange failed: err %u", err); in exchange_cb() 666 LOG_ERR("Failed to exchange MTU: %d", err); in exchange_mtu() 671 LOG_ERR("Timeout on MTU exchange request: %d", err); in exchange_mtu() 676 LOG_INF("Waiting for MTU exchange"); in exchange_mtu() 679 LOG_ERR("Timeout on MTU exchange: %d", err); in exchange_mtu() 835 * should always exchange the MTU before accessing BAP related services to ensure in cap_initiator_unicast()
|