Module bluenrg::event::command[][src]

Return parameters for vendor-specific commands.

This module defines the parameters returned in the Command Complete event for vendor-specific commands. These commands are defined for the BlueNRG controller, but are not standard HCI commands.

Structs

ClientStatus

State of a client connection.

GapBondedDevices

Parameters returned by the GAP Get Bonded Devices command.

GapInit

Parameters returned by the GAP Init command.

GapResolvePrivateAddress

Parameters returned by the GAP Resolve Private Address command.

GapSecurityLevel

Parameters returned by the GAP Get Security Level command.

GattCharacteristic

Parameters returned by the GATT Add Characteristic command.

GattCharacteristicDescriptor

Parameters returned by the GATT Add Characteristic Descriptor command.

GattHandleValue

Parameters returned by the GATT Read Handle Value command.

GattService

Parameters returned by the GATT Add Service and GATT Include Service commands.

HalAnchorPeriod

Parameters returned by the HAL Get Anchor Period command.

HalConfigData

Parameters returned by the HAL Read Config Data command.

HalFirmwareRevision

Parameters returned by the HAL Get Firmware Revision command.

HalLinkStatus

Parameters returned by the HAL Get Link Status command.

HalTxTestPacketCount

Parameters returned by the HAL Get Tx Test Packet Count command.

Enums

HalConfigParameter

Potential values that can be fetched by HAL Read Config Data.

LinkState

Potential states for a connection.

PassKeyRequirement

Options for pass key generation.

ReturnParameters

Vendor-specific commands that may generate the Command Complete event. If the commands have defined return parameters, they are included in the enum.