Module ble

Source
Available on crate feature unstable only.
Expand description

Bluetooth Low Energy HCI interface

The usage of BLE is currently incompatible with the usage of IEEE 802.15.4.

Modules§

controller

Structs§

Config
Bluetooth controller configuration.
InvalidConfigError
An error that is returned when the configuration is invalid.
ReceivedPacket
Represents a received BLE packet.

Functions§

have_hci_read_data
Checks if there is any HCI data available to read.
read_hci
Reads the next HCI packet from the BLE controller.