summaryrefslogtreecommitdiff
path: root/client/gatt.c
Commit message (Expand)AuthorAgeFilesLines
* client: Allow gatt.select-attribute to work with local attributesLuiz Augusto von Dentz2022-12-061-63/+235
* client/gatt: Fix scan-build warningLuiz Augusto von Dentz2022-09-231-1/+2
* client/gatt: proxy_property_changed: check for NULL iteratorChristian Eggers2022-09-231-7/+10
* client/gatt: Fix notification enabled/disabled outputLuiz Augusto von Dentz2022-09-211-2/+3
* client/gatt: Fix memory leak issuesGopal Tiwari2022-05-311-3/+9
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-1/+1
* client/gatt: Fix property_change in WriteValue for descUlisses Costa2021-12-071-1/+1
* client: Fix uninitiailzed scalar variableTedd Ho-Jeong An2021-11-151-0/+3
* client/gatt: Fix using atoiLuiz Augusto von Dentz2021-11-091-11/+60
* client: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* client: Update write callbacks with invalid offset error handlersMariusz Skamra2020-05-111-0/+15
* client: Fix possible stack corruptionƁukasz Rymanowski2020-05-111-3/+6
* client: Fix not able to select attributes if parent existsLuiz Augusto von Dentz2019-08-201-1/+1
* client: Allow UUID 16 bits on select-attributeLuiz Augusto von Dentz2019-08-201-0/+3
* client: Fix build with older version on libdbusLuiz Augusto von Dentz2019-02-261-10/+5
* client: Fix uninitialized errorLuiz Augusto von Dentz2019-02-131-1/+1
* client: Improve logging of GATT operationsLuiz Augusto von Dentz2019-02-131-17/+34
* client: Forward notifications from cloned attributesLuiz Augusto von Dentz2019-02-131-0/+17
* client: Remove cloned services if the proxy is removedLuiz Augusto von Dentz2019-02-131-0/+22
* client: Proxy calls to StartNotify/StopNotifyLuiz Augusto von Dentz2019-02-131-2/+87
* client: Proxy calls to ReadValue and WriteValueLuiz Augusto von Dentz2019-02-131-0/+141
* client: Add gatt.clone commandLuiz Augusto von Dentz2019-02-131-0/+235
* client: Add type to write commandLuiz Augusto von Dentz2019-02-111-72/+52
* client: Don't expose pointer value in attribute pathLuiz Augusto von Dentz2019-01-311-3/+6
* client: Enable list-attributes to print local attributesLuiz Augusto von Dentz2019-01-311-0/+42
* client: Enable setting attribute handlesLuiz Augusto von Dentz2019-01-311-1/+10
* client: Enable Handle property for GATT attributesLuiz Augusto von Dentz2019-01-311-16/+124
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* client: Switch from write to sendmsg for Acquire*Luiz Augusto von Dentz2018-11-201-25/+60
* client: Don't require authorization for trusted devicesGrzegorz Kolodziejczyk2018-05-291-3/+18
* client: Add authorized property handling to characteristic attributeGrzegorz Kolodziejczyk2018-05-281-52/+94
* client/gatt : Add support for Included ServiceAvichal Agarwal2018-05-211-2/+151
* client: Define maximum attribute value length as initial valueGrzegorz Kolodziejczyk2018-05-211-9/+45
* client: Add missing duplicated string freeGrzegorz Kolodziejczyk2018-05-211-0/+2
* client: Add support for optional gatt write offset parameterGrzegorz Kolodziejczyk2018-04-261-8/+26
* client: Add support for optional gatt read offset parameterGrzegorz Kolodziejczyk2018-04-261-5/+13
* client: Fix writing attribute valuesGrzegorz Kolodziejczyk2018-04-261-1/+15
* client: Attempt to convert the device path to addressLuiz Augusto von Dentz2018-03-291-8/+24
* client: Parse all options passed for GATT attributeLuiz Augusto von Dentz2018-03-261-42/+55
* client: Add authorization request handling for attribute operationsGrzegorz Kolodziejczyk2018-03-211-0/+128
* client: Update read callbacks with invalid offset error handlersGrzegorz Kolodziejczyk2018-03-211-0/+8
* client: Fix reading long valuesGrzegorz Kolodziejczyk2018-03-211-2/+47
* client: Fix lines going beyond 80 columnsLuiz Augusto von Dentz2018-03-011-11/+20
* client: Quit when done with commandLuiz Augusto von Dentz2018-02-281-38/+75
* client: Fix not cleaning up notify pipeLuiz Augusto von Dentz2018-02-061-2/+8
* client: Fix register-{characteristic, descriptor}Luiz Augusto von Dentz2018-01-161-2/+2
* client: Use g_dbus_proxy_path_lookup()ERAMOTO Masaya2018-01-021-17/+2
* client: Use g_dbus_proxy_lookup()ERAMOTO Masaya2018-01-021-29/+9
* tools: Remove monitor/uuid.{c,h}Luiz Augusto von Dentz2017-12-211-4/+4
* shared/shell: Don't remove command from argumentsLuiz Augusto von Dentz2017-12-081-6/+6