Commit Graph

98 Commits (f4ecc64d2979d99a067a2095cc96278820f74841)

Author SHA1 Message Date
Olivier Martin f4ecc64d29 Clarify and update license 2021-09-01 00:04:00 +02:00
Кирилл Зимников 2c38df5f30 Fix memory problems 2021-08-31 23:19:37 +02:00
Kevin Dewald 15210d1c35 Fixed recently introduced double-free error. 2021-04-15 22:39:10 +02:00
chenbin 3f85abd606 fix memory leak. 2021-04-13 22:49:25 +02:00
Kevin Dewald b137160afc Fixed handling of null MAC addresses during scanning. 2021-04-05 21:45:27 +02:00
Kevin Dewald 9451e19426 Add verification for null mac address. 2021-03-19 12:46:32 +01:00
Kevin Dewald 321c37dc57 Removed extra print statement. 2021-03-04 00:48:06 +01:00
Kevin Dewald 49790a92bf Fixed bug where notifications will be enabled but no events will be received. 2021-03-03 13:04:50 +01:00
Kevin Dewald fee6603fa3 Fixed uninitialized memory error. 2021-03-03 13:01:30 +01:00
Kevin Dewald 3c917fe683 Fixed missing characteristic detection when discovering services. 2021-03-02 22:23:45 +01:00
Olivier Martin b8f60de4e5 dbus/gattlib_notification: Print which UUID cannot be found 2021-02-01 16:46:25 +01:00
0xloem acf3df7da6 Force python to link with the right kind of libraries 2020-12-13 11:30:51 +00:00
Avinash Jois 6dcf6b904e Fix timeout removal 2020-12-07 23:17:08 +00:00
Avinash Jois bef872c588 Remove extra line 2020-12-07 23:17:08 +00:00
Avinash Jois 989483acdb Properly disable scan after scan_loop termination 2020-12-07 23:17:08 +00:00
Ankur Verma c6c29ad9fe Allow gattlib to be added as a subdirectory 2020-11-27 16:00:42 +00:00
Vanshil Shah 054f64e115 Set adapter name properly if non-default adapter is passed in 2020-07-20 20:19:09 +01:00
saad-s f5c2fcc906 cmake option to enable/disable python interface 2020-07-02 13:29:18 +01:00
saad-s d4bd91ad1e fix missing ARCHIVE DESTINATION for static building 2020-07-02 13:29:18 +01:00
Olivier Martin b63dc0f23e dbus: Fix 'Write-Without-Reponse' GATT operation 2020-05-25 23:54:48 +02:00
Ankur Verma 0bbe347daf Add support to build gattlib dbus mode as a static library 2020-05-22 10:50:51 +02:00
Olivier Martin 7056103e6a dbus/gattlib_advertisement: Fix advertisement_data access in get_advertisement_data_from_device() 2020-04-09 21:36:32 +02:00
Olivier Martin 9315ecfa54 dbus: Check connection parameter passed to gattlib_get_advertisement_data() 2020-04-09 11:47:34 +02:00
Olivier Martin 825fc4d07c gattlib: Introduce indefinite scan timeout 2020-04-09 10:33:27 +02:00
Olivier Martin c0215ee4ce gattlib: Introduce GATTLIB_DISCOVER_FILTER_NOTIFY_CHANGE 2020-04-09 10:33:27 +02:00
Olivier Martin 4ebc640ddd dbus: Only start BLE scan when all signals are connected 2020-04-09 10:33:27 +02:00
Olivier Martin ddc790358f dbus: Ensure GATT Notification/Indication are correctly disconnected 2020-04-08 22:30:54 +02:00
Olivier Martin 504ee7d1a7 dbus: Factorise code between GATT Notification and GATT Indication 2020-04-08 22:30:54 +02:00
Olivier Martin 46da1ee50c dbus: Prevent compiler warning 2020-04-08 22:30:54 +02:00
Olivier Martin 6f3ad714a2 dbus: Attach the BLE adapter to connection 2020-04-08 22:30:54 +02:00
Olivier Martin 71c4e71952 gattlib: Pass 'adapter' rather than MAC address to gattlib_connect() 2020-04-08 22:30:54 +02:00
Olivier Martin 7107d9f5b4 dbus: Check the disconnection of the handler has really succeeded 2020-04-08 22:30:54 +02:00
Olivier Martin 52f195f5c2 dbus: Do not free 'rssi_variant' before using 'arg_properties_builder' 2020-04-08 12:58:39 +02:00
Olivier Martin 6df99eadbe dbus: Remove scan timeout 2020-04-08 00:29:36 +02:00
Olivier Martin 0ef32af289 gattlib: Add the ability to stop scanning before timeout expired 2020-04-07 12:29:19 +02:00
Olivier Martin cfc47a0c0d Fix Python3.8 support
Fix: #146
2020-04-04 10:31:32 +02:00
Vanshil Shah 08ce1b3303 Make indications work properly 2020-03-29 12:12:48 +02:00
Khem Raj 3d656b1e19 cmake: Use GNUInstallDirs
Helps install cmakefiles in right libdir

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-17 20:39:39 +01:00
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