embassy-net-esp-hosted

Crates

git

Versions

default

Flavors

Module bluetooth

Module bluetooth 

Source
Expand description

Bluetooth (BLE) HCI transport over the ESP-Hosted HCI interface.

The ESP coprocessor exposes its Bluetooth controller as an HCI interface multiplexed over the same SPI/SDIO link used for WiFi. This module provides a BtDriver that implements bt_hci::transport::Transport, so it can be plugged directly into a host stack such as trouble-host.

Structs§

BtDriver
Bluetooth HCI transport driver.

Enums§

Error
HCI transport error.