Commit Graph

60 Commits (5c7ee43bd70ee09a7170ddd55b9fdbdef69e9080)

Author SHA1 Message Date
Daniels Umanovskis c6a3325222 dbus: Add support for reading manufacturer data from advertisement packets 2019-11-05 23:31:59 +01:00
Olivier Martin 6ace06d3c5 dbus: Do not free value that has been freed by gdbus API 2019-08-05 09:16:41 +02:00
Olivier Martin 3b495609ed dbus: Remove non-necessary g_variant_builder_unref() as g_variant_builder_end() free it 2019-08-05 09:16:41 +02:00
Olivier Martin 967b46bb99 dbus: Remove more memory leak 2019-07-21 20:35:57 +02:00
Olivier Martin 51c6cbeee2 dbus: Reduce memory leak 2019-07-18 20:58:26 +02:00
Olivier Martin 193c86590e gattlib: Introduce helper function to select Eddystone devices 2019-07-15 18:04:11 +02:00
Olivier Martin 69fb243fe7 gattlib: Implement `gattlib_get_advertisement_data()` 2019-07-15 18:04:11 +02:00
Olivier Martin 2e6cc4c381 dbus/gattlib.c: Return NOT_FOUND when trying to stop notification not started 2019-07-14 22:47:06 +02:00
Olivier Martin 4f8625cedf gattlib: Add stream API 2019-07-14 22:47:06 +02:00
Olivier Martin 2831cdf765 dbus: Added Bluez v5.48 DBUS API 2019-07-14 22:47:06 +02:00
Olivier Martin ca92375558 dbus: Move GATT characteristic code into 'gattlib_char.c' 2019-07-14 22:47:06 +02:00
Olivier Martin 0142c33dd8 gattlib: Disable gattlib_get_rssi() for now
This API has been disabled until this issue is clarified: https://github.com/labapart/gattlib/issues/75
RSSI can be accessed through `gattlib_get_rssi_from_mac()` before the
connection is established.
2019-07-09 20:04:35 +02:00
Olivier Martin a42f76aa7d gattlib: Added 'adapter' and 'user_data' parameter to 'gattlib_discovered_device_t' callback 2019-07-09 20:04:35 +02:00
Olivier Martin a52f66834a gattlib: Introduce 'gattlib_get_rssi_from_mac()' 2019-07-09 20:04:35 +02:00
Olivier Martin a9cd2d3c1a dbus: Refactor Adapter code 2019-07-09 20:04:35 +02:00
Olivier Martin 2ae549f9d6 gattlib: Introduce gattlib_adapter_scan_enable_with_filter() 2019-07-09 20:04:35 +02:00
Olivier Martin eca8415fd6 gattlib: Introduced gattlib_get_rssi()
Fix: #75
2019-07-09 12:34:32 +02:00
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 046f077085 gattlib: Move 'struct _gatt_connection_t' out of 'gattlib.h' 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