Module command

Source
Expand description

Return parameters for HCI commands.

This module defines the return parameters that can be returned in a Command Complete event for every HCI command.

For the Command Complete event, see the Bluetooth specification, v4.1 or later, Vol 2, Part E, Section 7.7.14.

For the return parameters of the commands, see the description of each command in sections 7.1 - 7.6 of the same part of the spec.

Structs§

ChannelMapParameters
Parameters returned by the LE Read Channel Map command.
CommandComplete
The Command Complete event is used by the Controller for most commands to transmit return status of a command and the other event parameters that are specified for the issued HCI command.
CommandFlags
Extended bit field for the command flags of the LocalSupportedCommands return parameters.
EncryptedBlock
Newtype for a 128-bit encrypted block of data.
EncryptedReturnParameters
Parameters returned by the LE Encrypt command.
LeAdvertisingChannelTxPower
Values returned by the LE Read Advertising Channel TX Power command.
LeFeatures
Possible LE features for the LE Read Local Supported Features command. See the Bluetooth specification, Vol 6, Part B, Section 4.6. See Table 4.3 (v4.1 of the spec), Table 4.4 (v4.2 and v5.0).
LeLongTermRequestReply
Parameters returned by the LE LTK Request Reply command.
LeRandom
Return parameters for the LE Rand command.
LeReadBufferSize
Values returned by the LE Read Buffer Size command.
LeReadSupportedStates
Parameters returned by the LE Read Supported States command.
LeStates
Possible LE states or state combinations for the LE Read Supported States command.
LeSupportedFeatures
Values returned by the LE Read Local Supported Features command.
LeTestEnd
Parameters returned by the LE Test End command.
LmpFeatures
See the Bluetooth Specification, v4.1 or later, Vol 2, Part C, Section 3.3 (Table 3.2).
LocalSupportedCommands
Values returned by the Read Local Supported Commands command.
LocalSupportedFeatures
Values returned by the Read Local Supported Features command.
LocalVersionInfo
Values returned by Read Local Version Information command.
ReadBdAddr
Values returned by the Read BD ADDR command.
ReadRssi
Values returned by the Read RSSI command.
TxPowerLevel
Values returned by the Read Transmit Power Level command.

Enums§

ReturnParameters
Commands that may generate the Command Complete event. If the commands have defined return parameters, they are included in this enum.