rust icon indicating copy to clipboard operation
rust copied to clipboard

Introduce the BleHandler struct

Open lukipuki opened this issue 1 year ago • 2 comments

It handles the low-level meshtastic BLE protocol, including the 3 characteristics used to read from and write to the radio. It also converts BLE errors into internal errors.

The high-level protocol remains to be added, especially the sequence mentioned in https://meshtastic.org/docs/development/device/client-api

lukipuki avatar Jan 23 '24 17:01 lukipuki