configureConnection
Configure LL connection between Bluetooth LE Central and Peripheral nodes
Since R2022a
Syntax
Description
[
configures the link layer (LL) connection between the Bluetooth® low energy (LE) Central node, cfgUpdatedLEConnection
,cfgUpdatedCIS
] = configureConnection(cfgLEConnection
,centralNode
,peripheralNode
)centralNode
and Peripheral
node, peripheralNode
by using the Bluetooth LE LL connection
configuration object, cfgLEConnection
. The function outputs the updated
LL connection configuration, cfgUpdatedLEConnection
and the updated
connected isochronous stream (CIS) configuration, cfgUpdatedCIS
. In
this syntax, the value of cfgUpdatedCIS
output is
[]
.
[
additionally configures the CIS connection between a Central and a Peripheral nodes by
sharing the same asynchronous connection-oriented (ACL) and CIS logical transport connection
configuration between the two nodes.cfgUpdatedLEConnection
,cfgUpdatedCIS
] = configureConnection(cfgLEConnection
,centralNode
,peripheralNode
,CfgCIS=cfgCIS
)
Examples
Input Arguments
Output Arguments
References
[1] Bluetooth Technology Website. “Bluetooth Technology Website | The Official Website of Bluetooth Technology.” Accessed November 12, 2021. https://www.bluetooth.com/.
[2] Bluetooth Special Interest Group (SIG). "Bluetooth Core Specification." Version 5.3. https://www.bluetooth.com/.
Version History
Introduced in R2022a