[][src]Module bluetooth_mesh::stack

Bluetooth Mesh Stack that connects all the layers together. See ['StackInternals'] for more.

Modules

element
messages

Appliation layer.

model
segments

Structs

NetworkHeader
StackInternals

Bluetooth Mesh Stack Internals for generic Stack operations. Provides foundational building blocks for building your own stack.

Enums

RecvError

Returned when an incoming message can't be received for some reason.

SendError

Returned when an outgoing message can't be sent for some reason.

Traits

Stack