esp32-nimble 0.0.1

A wrapper for the ESP32 NimBLE Bluetooth stack.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# NimBLE Rust wrapper for ESP32
[![build](https://github.com/taks/esp32-nimble/actions/workflows/ci.yml/badge.svg)](https://github.com/taks/esp32-nimble/actions/workflows/ci.yml)


## Features
- [x] GATT client
  - [x] Scan
  - [x] Services
  - [x] Characteristics
    - [ ] Broadcast
    - [x] Read
    - [x] Write
    - [x] Notify
    - [x] Indicate
  - [x] Descriptors
    - [x] Read
    - [x] Write
  - [ ] Encryption