Module controller

Source
Expand description

HCI controller

Modules§

blocking
Blocking controller types and traits.

Structs§

ExternalController
An external Bluetooth controller with communication via Transport type T.

Traits§

Controller
Trait representing a HCI controller which supports async operations.
ControllerCmdAsync
Marker trait for declaring that a controller supports a given async HCI command.
ControllerCmdSync
Marker trait for declaring that a controller supports a given HCI command.