Type Alias BleStack
pub type BleStack = Stack<'static, DummyController, StaticPacketPool<CriticalSectionRawMutex, trouble_host::::packet_pool::DefaultPacketPool::{constant#0}, trouble_host::::packet_pool::DefaultPacketPool::{constant#1}>>;Available on crate feature
ble only.Expand description
The BLE Stack, representing access to this device’s BLE controller.
This type is returned by ble_stack().
It is a trouble_host::Stack configured with an appropriate BLE controller and the default
packet pool.
Aliased Type§
pub struct BleStack { /* private fields */ }