docs.rs failed to build esp32-nimble-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
NimBLE Rust wrapper for ESP32
This is a Rust wrapper for the NimBLE Bluetooth stack for ESP32. Inspired by NimBLE-Arduino.
Usage
Add below settings to your project's sdkconfig.defaults
.
CONFIG_BT_ENABLED=y
CONFIG_BT_BLE_ENABLED=y
CONFIG_BT_BLUEDROID_ENABLED=n
CONFIG_BT_NIMBLE_ENABLED=y
Features
- GATT server
- Advertisement
- Services
- Characteristics
- Read
- Write
- Notify
- Indicate
- Descriptors
- Read
- Write
- Encryption
- GATT client
- Scan
- Services
- Characteristics
- Read
- Write
- Notify
- Indicate
- Descriptors
- Read
- Write
- Encryption