updateChannelList
Download Required: To use updateChannelList
,
first download the Communications Toolbox Wireless Network Simulation Library add-on. For more
information, see Get and Manage Add-Ons.
Syntax
Description
updates the channel map by providing a new list of used channels,
status
= updateChannelList(bluetoothLENodeObj
,newUsedChannelsList
)newUsedChannelsList
, to the Bluetooth® low energy (LE) node specified by the bluetoothLENodeObj
object. The bluetoothLENodeObj
must be configured as
"Central"
. The object function returns the status,
status
, indicating whether the node accepted the new channel list. To
use this syntax, set the Role
property of bluetoothLENode
to "isochronous-broadcaster"
or "broadcaster"
.
additionally specifies the destination node, status
= updateChannelList(bluetoothLENodeObj
,newUsedChannelsList
,DestinationNode
=destinationNode)DestinationNode
, to which
this object function provides a new list of used channels. To use this syntax, set the
Role
property of the bluetoothLENode
object to "central"
and
the Role
property of the destination node to "peripheral"
.
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". v5.3. https://www.bluetooth.com/.
Version History
Introduced in R2022a