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

A couple more callbacks that I think should have a device object in them #41

Closed bojennett closed 4 months ago

bojennett commented 4 months ago

In descriptor.h/c

typedef void (OnDescReadCallback)(Descriptor descriptor, const GByteArray byteArray, const GError error); typedef void (OnDescWriteCallback)(Descriptor descriptor, const GByteArray byteArray, const GError error);

weliem commented 4 months ago

Fixed with 4f5715d