You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cmake -DBLUEZ_VERSION=4.xx,it will use bluez lib as the core gatttlib.
1.But the CMakeLists.txt ,target_compile_definitions(gattlib PUBLIC -DGATTLIB_LOG_LEVEL=${GATTLIB_LOG_LEVEL}) before add_library gattlib.
2.Also miss typedef struct _GAttrib GAttrib in gattrib.h
3.Miss gattlib_characteristic_free_value in bluez gattlib
The text was updated successfully, but these errors were encountered:
joyopeng
changed the title
When cmake -DBLUEZ_VERSION=4.xx,it will use bluez lib as the core gatttlib.But the CMakeLists.txt ,target_compile_definitions(gattlib PUBLIC -DGATTLIB_LOG_LEVEL=${GATTLIB_LOG_LEVEL}) before
When cmake -DBLUEZ_VERSION=4.xx,it will failed
Nov 16, 2023
When cmake -DBLUEZ_VERSION=4.xx,it will use bluez lib as the core gatttlib.
1.But the CMakeLists.txt ,target_compile_definitions(gattlib PUBLIC -DGATTLIB_LOG_LEVEL=${GATTLIB_LOG_LEVEL}) before add_library gattlib.
2.Also miss typedef struct _GAttrib GAttrib in gattrib.h
3.Miss gattlib_characteristic_free_value in bluez gattlib
The text was updated successfully, but these errors were encountered: