weliem / bluez_inc

A C library for Bluez (BLE) that hides all DBus communication. It doesn't get easier than this. This library can also be used in C++.
MIT License
84 stars 19 forks source link

`BINC_` enum name prefixes #33

Closed charlesnicholson closed 5 months ago

charlesnicholson commented 5 months ago

This PR simply prefixes the public-header enums with BINC_. In the case of discovery, I went with BINC_DISCOVERY_ because that seemed more explicit than simply having BINC_STARTED, BINC_STOPPED, etc.. If you prefer that, though, I'm happy to change it.

charlesnicholson commented 5 months ago

Resolves https://github.com/weliem/bluez_inc/issues/29