Expand description

Bluetooth Low Energy (BLE) Transport for Ockam’s routing framework

The ockam_node (or ockam_node_no_std) crate sits at the core of the Ockam routing framework, with transport specific abstraction plugins. This crate implements a Bluetooth connection plugin for this architecture.

You can use Ockam’s routing mechanism for cryptographic protocols, key lifecycle, credential exchange, enrollment, etc, without having to worry about the transport specifics.

Re-exports

pub use driver::BleClient;
pub use driver::BleServer;

Modules

Bluetooth platform drivers

Macros

Structs

High level management interface for BLE transports

Constants

BLE address type constant

Functions