summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* client/main: add help option for available argsRonan Pigott2019-09-061-0/+7
* 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 crash when setting advertising.discoverable onLuiz Augusto von Dentz2019-05-101-2/+3
* client: Fix build with older version on libdbusLuiz Augusto von Dentz2019-02-261-10/+5
* client: Print AdvertisingManager properties on command 'show'Luiz Augusto von Dentz2019-02-211-15/+21
* client: Add advertise.secondary commandLuiz Augusto von Dentz2019-02-213-0/+64
* 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-133-0/+253
* client: Add type to write commandLuiz Augusto von Dentz2019-02-112-73/+53
* 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-312-3/+54
* client: Enable setting attribute handlesLuiz Augusto von Dentz2019-01-312-7/+17
* 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-064-0/+4
* client: Switch from write to sendmsg for Acquire*Luiz Augusto von Dentz2018-11-201-25/+60
* client: Fix not resetting filters on scan.clearLuiz Augusto von Dentz2018-08-011-11/+28
* client: Commit changes to scan filter if activeLuiz Augusto von Dentz2018-08-011-17/+38
* client: Add scan.clear discoverableLuiz Augusto von Dentz2018-08-011-1/+8
* client: Add scan.discoverable commandLuiz Augusto von Dentz2018-08-011-0/+29
* client: Make show command print DiscoverableTimeoutLuiz Augusto von Dentz2018-07-301-0/+1
* client: Add discoverable-timeout commandLuiz Augusto von Dentz2018-07-301-0/+43
* client: Don't require authorization for trusted devicesGrzegorz Kolodziejczyk2018-05-291-3/+18
* client: Add authorized property handling to characteristic attributeGrzegorz Kolodziejczyk2018-05-282-59/+96
* client: Add advertise.discoverable-timeout commandLuiz Augusto von Dentz2018-05-243-0/+61
* client: Print AD Data and Discoverable once registeredLuiz Augusto von Dentz2018-05-241-0/+7
* client: Add advertise.discoverable commandLuiz Augusto von Dentz2018-05-243-0/+53
* client: Fix use of g_freeLuiz Augusto von Dentz2018-05-211-1/+1
* client/gatt : Add support for Included ServiceAvichal Agarwal2018-05-213-2/+177
* Fix possible invalid memory accessNagaraj D R2018-05-211-15/+20
* 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: Make info command print Advertising{Flags,Data}Luiz Augusto von Dentz2018-05-021-0/+2
* client: Add support for setting advertising Data propertyLuiz Augusto von Dentz2018-05-023-43/+130
* client: Add support for optional gatt write offset parameterGrzegorz Kolodziejczyk2018-04-263-11/+29
* client: Add support for optional gatt read offset parameterGrzegorz Kolodziejczyk2018-04-263-8/+16
* 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: Add envs for proxiesLuiz Augusto von Dentz2018-03-291-0/+4
* client: Return exit status for non-interactiveERAMOTO Masaya2018-03-271-2/+3
* client: Parse all options passed for GATT attributeLuiz Augusto von Dentz2018-03-261-42/+55
* client: Fix stay on error handling in non-interactiveERAMOTO Masaya2018-03-232-33/+32
* client: Add authorization request handling for attribute operationsGrzegorz Kolodziejczyk2018-03-212-3/+136
* client: Update read callbacks with invalid offset error handlersGrzegorz Kolodziejczyk2018-03-211-0/+8
* client: Fix reading long valuesGrzegorz Kolodziejczyk2018-03-211-2/+47