pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
196 stars 167 forks source link

Bluetooth API enhance Descriptor Access #541

Open matthezJ opened 3 years ago

matthezJ commented 3 years ago

Bluetooth API still lacks reading descriptors using a UUID. API also still lacks writing to a descriptor using uint16 or a UUID.

This would give some more power to the Bluetooth API.