trouble-host

Crates

git

Versions

default

Flavors

Function new

Source
pub fn new<'resources, C: Controller, const CONNS: usize, const CHANNELS: usize, const L2CAP_MTU: usize, const ADV_SETS: usize>(
    controller: C,
    resources: &'resources mut HostResources<CONNS, CHANNELS, L2CAP_MTU, ADV_SETS>,
) -> Stack<'resources, C>
Expand description

Create a new instance of the BLE host using the provided controller implementation and the resource configuration