Module stm32wb_hci::event::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
- Parameters returned by the LE Read Channel Map command.
- 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.
- Extended bit field for the command flags of the
LocalSupportedCommandsreturn parameters. - Newtype for a 128-bit encrypted block of data.
- Parameters returned by the LE Encrypt command.
- Values returned by the LE Read Advertising Channel TX Power command.
- 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).
- Parameters returned by the LE LTK Request Reply command.
- Return parameters for the LE Rand command.
- Values returned by the LE Read Buffer Size command.
- Parameters returned by the LE Read Supported States command.
- Possible LE states or state combinations for the LE Read Supported States command.
- Values returned by the LE Read Local Supported Features command.
- Parameters returned by the LE Test End command.
- See the Bluetooth Specification, v4.1 or later, Vol 2, Part C, Section 3.3 (Table 3.2).
- Values returned by the Read Local Supported Commands command.
- Values returned by the Read Local Supported Features command.
- Values returned by Read Local Version Information command.
- Values returned by the Read BD ADDR command.
- Values returned by the Read RSSI command.
- Values returned by the Read Transmit Power Level command.
Enums
- Commands that may generate the Command Complete event. If the commands have defined return parameters, they are included in this enum.