taks / esp32-nimble

A wrapper for the ESP32 NimBLE Bluetooth stack.
Apache License 2.0
118 stars 35 forks source link

Manufacture Data #7

Closed JannesBrands closed 1 year ago

JannesBrands commented 1 year ago

Here is my implementation to #6 Feel free to rewrite and improve it. Im still a beginner in rust, so expect mistakes and let me know them.

taks commented 1 year ago

Hello, thanks for your contribution. Regarding the return type, I think Option<&[u8]> is better than &Option<Vec>. I will change it after merging.