gattlib/common
Olivier Martin 880f1d2cd0 Add support to retrieve all manufacturer data from GATT advertisement packets 2024-04-10 10:53:45 +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 gattlib_glib_mainloop: Ensure mainloop is initialized before using it 2024-04-04 12:03:29 +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 Introduce gattlib_connection_is_valid() to not access 'connection->device' 2024-04-08 23:10:47 +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