summaryrefslogtreecommitdiff
path: root/src/gatt-client.c
Commit message (Expand)AuthorAgeFilesLines
* gatt: Use DEFER_SETUP for EATT channelsLuiz Augusto von Dentz2023-03-091-1/+2
* gatt: Omit MTU if not connectedLuiz Augusto von Dentz2021-11-291-1/+9
* gatt-client: Fix disconnecting due to GattCharacteristic1.MTUJavier de San Pedro2021-11-291-4/+1
* gatt: Emit PropertiesChanged("MTU") when MTU is exchangedLuiz Augusto von Dentz2021-09-281-0/+22
* gatt: Add implementation of GattCharacteristic1.MTULuiz Augusto von Dentz2021-09-281-0/+20
* gatt: Do not always attempt to connect EATT immediatelyLuiz Augusto von Dentz2021-08-251-38/+36
* shared/gatt-client: Fix GATT client attribute read with offsetHoward Chung2021-06-281-2/+4
* core: Rename hcid.h to btd.hLuiz Augusto von Dentz2020-10-291-1/+1
* core: Rename main_opts to btd_optsLuiz Augusto von Dentz2020-10-291-5/+5
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* gatt: StartNotify is not allowed when device is disconnectingJoseph Hwang2020-09-161-0/+6
* src/gatt-client: allow "command" even when property not setDavid Lechner2020-04-281-2/+2
* gatt: Enable connecting to EATT channel using Ext-Flowctl modeLuiz Augusto von Dentz2020-03-301-5/+29
* core: Add support for setting the number of GATT bearersLuiz Augusto von Dentz2020-03-021-4/+5
* gatt: Enable EATT bearer supportLuiz Augusto von Dentz2020-03-021-0/+68
* gatt: Implement "type" option for Characteristic.WriteValueLuiz Augusto von Dentz2019-02-071-8/+19
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* gatt: Switch from pipe2 to sockepair for Acquire*Luiz Augusto von Dentz2018-11-201-42/+57
* gatt: Fix invalid read when disconnectingLuiz Augusto von Dentz2018-11-201-12/+12
* core: Fix compiler warning from casting functionsMarcel Holtmann2018-05-231-2/+6
* gatt: Fix memory leakLuiz Augusto von Dentz2018-02-061-1/+3
* gatt: Mark AcquireWrite and AcquireNotify as stableLuiz Augusto von Dentz2017-12-191-6/+4
* gatt: Fix for unused parameter in WriteValueMichael Simon2017-10-191-0/+4
* gatt: Update signature of AcquireWrite and AcquireNotifyLuiz Augusto von Dentz2017-09-221-2/+4
* gatt: Remove useless debugLuiz Augusto von Dentz2017-09-221-1/+1
* gatt: Fix crash while disconnectingLuiz Augusto von Dentz2017-08-241-4/+9
* gatt: Disconnect IO if the device is disconnectedLuiz Augusto von Dentz2017-07-251-0/+8
* gatt: Fix crash when cleanup notify_ioLuiz Augusto von Dentz2017-07-251-2/+2
* gatt: Don't return to AcquireNotify until it has completedLuiz Augusto von Dentz2017-07-181-17/+17
* gatt: Add implementation of NotifyAcquiredLuiz Augusto von Dentz2017-07-051-1/+34
* gatt: Add implementation of AcquireNotifyLuiz Augusto von Dentz2017-07-051-15/+157
* gatt: Add implementation of WriteAcquiredLuiz Augusto von Dentz2017-07-051-1/+34
* gatt: Add implementation of AcquireWriteLuiz Augusto von Dentz2017-07-051-0/+161
* core/gatt: Don't return an error if notification is already enabledLuiz Augusto von Dentz2017-05-291-1/+1
* core/gatt-client: Add support for Includes propertyMarcin Kraglak2017-05-021-7/+106
* core/gatt-client: Don't invalidate Value if length is 0Luiz Augusto von Dentz2016-09-051-1/+1
* core/gatt-client: Fix not return empty array for ReadValueLuiz Augusto von Dentz2016-09-051-4/+4
* core/gatt: Fix passing invalid error code to strerrorLuiz Augusto von Dentz2016-08-301-1/+1
* core/gatt: Fix not marking GATT D-Bus properties as stableSzymon Janc2016-08-051-12/+6
* core/gatt: Promote GATT D-Bus interfaces to stableLuiz Augusto von Dentz2016-07-291-26/+11
* core/gatt-client: Always use bt_gatt_client_read_long_valueLuiz Augusto von Dentz2016-06-211-46/+3
* core/gatt-client: Allow clients to call ReadValue in parallelLuiz Augusto von Dentz2016-06-211-155/+163
* src/gatt-client: Fix iteration through optionsTobias Svehagen2016-06-171-0/+2
* doc/gatt-api: Add options dictionary to ReadValue/WriteValueLuiz Augusto von Dentz2016-05-181-60/+120
* core/gatt-client: Don't read extended propertiesLuiz Augusto von Dentz2016-04-291-52/+3
* shared/gatt-db: Extend gatt_db_attribute_get_char_data with ext. propƁukasz Rymanowski2016-04-221-1/+2
* doc/gatt-api: Make Notifying property optionalLuiz Augusto von Dentz2016-04-081-1/+11
* core/gatt-client: Fix crash on service changedLuiz Augusto von Dentz2016-03-211-2/+2
* core/gatt-client: Use of bt_gatt_client_cloneLuiz Augusto von Dentz2016-03-171-45/+9
* doc/gatt-api: Remove Characteristics and Descriptors propertiesLuiz Augusto von Dentz2016-03-151-93/+0