Commit Graph

39 Commits (e74543fa562d8b69f4cd482a6022eed2aba8ad08)

Author SHA1 Message Date
Olivier Martin e74543fa56 Initial Python support 2019-07-07 22:17:49 +02:00
Olivier Martin a1ad48f20c dbus: Fixed warnings 2019-07-07 22:17:49 +02:00
Olivier Martin 8438cd5c0d dbus: Check if the Services are really resolved 2019-07-07 22:17:49 +02:00
Olivier Martin 8020503ab6 gattlib: Added support for write-without-response 2019-07-05 22:50:23 +02:00
Olivier Martin 1e0e57070f dbus: Wait for 'ServicesResolved' before telling we are connected 2019-06-27 22:27:39 +02:00
Olivier Martin 2accddb3c7 dbus: Catch error when there is no device present 2019-06-27 22:27:39 +02:00
Olivier Martin 50401ad1c5 include/gattlib.h: Allow to call gattlib_discover_primary() with NULL arguments 2019-06-27 22:27:39 +02:00
Olivier Martin 2d81b253da dbus: Add support for handle 2019-06-12 17:15:50 +02:00
Olivier Martin ceaa8a17e4 gattlib: Change gattlib_read_char_by_uuid() to return an allocated buffer that fits GATT value size 2019-05-27 22:25:46 +02:00
Olivier Martin 683efaaca4 dbus: Fix new device discovery
We check for existing device activity to let the caller they are still present.
2019-05-27 22:25:46 +02:00
Olivier Martin e3ff819872 Reduce memory leaks 2019-05-21 21:40:55 +02:00
Olivier Martin 54f06b64f5 Check allocations are successfull 2019-05-21 21:40:55 +02:00
Olivier Martin c479cec21f include/gattlib.h: Unify error code 2019-05-21 21:40:55 +02:00
Olivier Martin 9bed1e17c8 dbus/gattlib.c: Ensure we register for 'property-changed' signals before making any method calls 2019-05-20 21:44:20 +02:00
Olivier Martin c2a07a9139 Remove legacy options from `gattlib_connect()`
Legacy options can still be set from 'options' parameter.
2019-05-20 20:15:23 +02:00
Olivier Martin e822d3268a dbus: Ensure the timeout is removed when connected 2019-05-20 20:15:10 +02:00
Olivier Martin d8fb10906b dbus/gattlib.c: Do not list 'old' devices when scanning for BLE device 2019-05-20 20:14:54 +02:00
Olivier Martin ca9725f806 dbus: Implement gattlib_connect_async() 2019-05-19 00:27:54 +02:00
Olivier Martin 510d650b85 gattlib_adapter_open: Ensure adapter pointer is not NULL 2019-05-19 00:27:54 +02:00
Olivier Martin 9db483bdcc dbus/CMakeLists.txt: Fix Bluez pre-v5.40 2019-05-19 00:16:13 +02:00
Olivier Martin 98ac9e5d2b gattlib: Introduce 'gattlib_register_on_disconnect()' 2019-05-03 09:47:58 +02:00
Olivier Martin 71f33207c7 dbus: Print error when failing 2019-05-03 09:47:02 +02:00
Olivier Martin c2e48c3fd6 dbus: Add an error message when trying to access CCC through DBUS interface 2019-03-05 17:14:10 +01:00
Olivier Martin 10af2f1971 dbus/gattlib.c: Add support to read battery level from gattlib_read_char_by_uuid() 2019-03-05 16:58:13 +01:00
Olivier Martin 62022bdab9 dbus/gattlib.c: Add support to disconnection from notification 2019-03-05 16:33:43 +01:00
Olivier Martin ff07ac89f1 dbus: Add support for Bluez Battery Profile 2019-03-05 16:18:54 +01:00
Olivier Martin 532c405323 dbus/gattlib.c: Print error message on stderr 2019-03-05 16:15:14 +01:00
Olivier Martin 60b813a770 Fix stack-based bufferoverflow
Fix: #81
Fix: #82
2019-03-05 13:11:50 +01:00
Milan Pandurov 1402183edd bugfix: Passing user provided pointer to notification handler
Instead of connection object pointer, user should receive
pointer to context it registered in gattlib_register_notification
2019-03-04 09:16:35 +01:00
Philipp Finke f0b1f7c5ef Added support for multiple connections to devices
with same GATT. This fixes issue #29.
2019-01-30 16:30:54 +01:00
Daniel Vlasenko 7a2fdbd062 andded user data pointer gatt_connect_async signature. these data will be passed to gatt_connect_cb callback to get information about object requested connection 2018-10-18 09:10:55 +02:00
csl 56a8b24153 Correct order of arguments to org_bluez_gatt_characteristic1_call_write_value_sync 2017-10-07 23:46:13 +02:00
csl 01d5c51a0c Fix problem with gvariant formatting causing GLib format errors 2017-09-08 17:18:53 +02:00
Olivier Martin c890f64dd9 dbus: Added support for Bluez DBus API v5.40 2017-07-02 15:36:09 +02:00
Olivier Martin cfe5613d0d gattlib.h: Added 'const' to buffer for 'gattlib_write_char_by_(uuid|handle)' 2017-03-17 11:20:08 +01:00
Olivier Martin beed53a6ba gattlib.h: Changed prototype of 'gattlib_read_char_by_uuid' 2017-03-17 11:20:08 +01:00
Olivier Martin 4dde0c3698 gattlib.h: Introduced gattlib_notification_(start|stop) 2017-03-17 11:20:08 +01:00
Olivier Martin 1655e8c329 gattlib.h: Hide implementation specific attributes in gatt_connection_t.context 2017-03-17 11:20:08 +01:00
Olivier Martin d998e0072a dbus: Make gattlib based on D-Bus 2017-03-17 11:18:55 +01:00