Module stm32wb_hci::types
source · Expand description
Common types for Bluetooth commands and events.
Structs
- Define an advertising interval range.
- Partially-specified advertising interval.
- Define a connection interval range with its latency and supervision timeout. This value is passed to the controller, which determines the actual connection interval.
- Intermediate builder for the
ConnectionInterval. - Define an expected connection length range
- Define a connection interval with its latency and supervision timeout. This value is returned from the controller.
- Define a scanning window.
- Intermediate builder for the
ScanWindow.
Enums
- LE Advertisement Type
- Potential errors that can occur when specifying an
AdvertisingInterval. - The advertising type is used in the
AdvertisingParametersto determine the packet type that is used for advertising when advertising is enabled. - Enumeration of “Common Data Types” from the Bluetooth Assigned Numbers registry.
- Types of errors that can occure when creating a
ConnectionInterval. - Types of errors that can occure when creating a
ExpectedConnectionLength. - Types of errors that can occure when creating a
ScanWindow.