gattlib/common
Olivier Martin b3c5d2d1ed common/gattlib_common: Add support to compare short UUID with long one 2024-04-24 14:37:28 +02:00
..
logging_backend logging_backend/python: Do not call 'GATTLIB_LOG(GATTLIB_ERROR, ...)' on error to avoid recursion 2024-03-26 16:49:19 +01:00
mainloop mainloop/gattlib_glib_mainloop: Fix non initialized variable 2024-04-11 22:01:28 +02:00
gattlib_callback_connected_device.c Introduce gattlib_connection_is_valid() to not access 'connection->device' 2024-04-08 23:10:47 +02:00
gattlib_callback_disconnected_device.c Introduce gattlib_connection_is_valid() to not access 'connection->device' 2024-04-08 23:10:47 +02:00
gattlib_callback_discovered_device.c Single lock for all gattlib library 2024-04-08 00:15:16 +02:00
gattlib_callback_notification_device.c Single lock for all gattlib library 2024-04-08 00:15:16 +02:00
gattlib_callback_python.c Use calloc() instead of malloc() when allocating 'struct' or array in memory 2024-03-29 00:20:30 +01:00
gattlib_common.c common/gattlib_common: Add support to compare short UUID with long one 2024-04-24 14:37:28 +02:00
gattlib_common_adapter.c Introduce gattlib_connection_is_valid() to not access 'connection->device' 2024-04-08 23:10:47 +02:00
gattlib_device_state_management.c Change 'gattlib_devices_dump_state()' to 'gattlib_adapter_dump_state()' 2024-04-10 10:53:30 +02:00
gattlib_eddystone.c Add support to retrieve all manufacturer data from GATT advertisement packets 2024-04-10 10:53:45 +02:00
gattlib_internal.h Change 'gattlib_devices_dump_state()' to 'gattlib_adapter_dump_state()' 2024-04-10 10:53:30 +02:00