Skip to main content

Module ble

Module ble 

Available on crate feature ble only.
Expand description

Provides control over the system BLE (Bluetooth Low Energy) stack.

All interactions happen through the trouble_host::Stack struct that can be obtained using ble_stack().

The address of the device is randomly generated at boot and may be rotated during execution.

§Current implementation

The address is not currently rotated during execution; however this behavior may not be relied upon.

Functions§

ble_stack
Returns the system BLE stack, trouble_host::Stack.