Expand description
Common types for Bluetooth commands and events.
Modules§
Structs§
- Advertising
Interval - Define an advertising interval range.
- Advertising
Interval Builder - Partially-specified advertising interval.
- Connection
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.
- Connection
Interval Builder - Intermediate builder for the
ConnectionInterval
. - Expected
Connection Length - Define an expected connection length range
- Fixed
Connection Interval - Define a connection interval with its latency and supervision timeout. This value is returned from the controller.
- Scan
Window - Define a scanning window.
- Scan
Window Builder - Intermediate builder for the
ScanWindow
.
Enums§
- Advertisement
- LE Advertisement Type
- Advertising
Interval Error - Potential errors that can occur when specifying an
AdvertisingInterval
. - Advertising
Type - The advertising type is used in the
AdvertisingParameters
to determine the packet type that is used for advertising when advertising is enabled. - Common
Data Type - Enumeration of “Common Data Types” from the Bluetooth Assigned Numbers registry.
- Connection
Interval Error - Types of errors that can occure when creating a
ConnectionInterval
. - Expected
Connection Length Error - Types of errors that can occure when creating a
ExpectedConnectionLength
. - Scan
Window Error - Types of errors that can occure when creating a
ScanWindow
.