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§
- Channel
MapParameters - Parameters returned by the LE Read Channel Map command.
- Command
Complete - 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.
- Command
Flags - Extended bit field for the command flags of the
LocalSupportedCommands
return parameters. - Encrypted
Block - Newtype for a 128-bit encrypted block of data.
- Encrypted
Return Parameters - Parameters returned by the LE Encrypt command.
- LeAdvertising
Channel TxPower - 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).
- LeLong
Term Request Reply - Parameters returned by the LE LTK Request Reply command.
- LeRandom
- Return parameters for the LE Rand command.
- LeRead
Buffer Size - Values returned by the LE Read Buffer Size command.
- LeRead
Supported States - Parameters returned by the LE Read Supported States command.
- LeStates
- Possible LE states or state combinations for the LE Read Supported States command.
- LeSupported
Features - Values returned by the LE Read Local Supported Features command.
- LeTest
End - 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).
- Local
Supported Commands - Values returned by the Read Local Supported Commands command.
- Local
Supported Features - Values returned by the Read Local Supported Features command.
- Local
Version Info - Values returned by Read Local Version Information command.
- Read
BdAddr - Values returned by the Read BD ADDR command.
- Read
Rssi - Values returned by the Read RSSI command.
- TxPower
Level - Values returned by the Read Transmit Power Level command.
Enums§
- Return
Parameters - Commands that may generate the Command Complete event. If the commands have defined return parameters, they are included in this enum.