summaryrefslogtreecommitdiff
path: root/attrib
Commit message (Expand)AuthorAgeFilesLines
* gatttool: Use consistent spacing before bracketsDave Nicolson2023-02-141-4/+4
* attrib: Introduce g_attrib_attach_clientLuiz Augusto von Dentz2023-01-052-0/+48
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-6/+6
* attrib: Remove gatt-service.{c,h} and attrib-server.{c,h}Luiz Augusto von Dentz2022-01-062-406/+0
* gattrib: Fix passing NULL to memcpyLuiz Augusto von Dentz2021-12-231-1/+3
* attrib: Make use of bt_att_resendLuiz Augusto von Dentz2021-10-061-73/+22
* attrib: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-2113-182/+13
* shared/gatt-client: Add support for EATT featuresLuiz Augusto von Dentz2020-03-021-2/+3
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-064-4/+5
* shared/att: Add ext_signed flag to be able to use external cryptoMariusz Skamra2015-05-194-5/+5
* attrib: Fix not honoring MTULuiz Augusto von Dentz2015-03-151-0/+15
* attrib: Fix local libbluetooth includes orderMarcel Holtmann2015-02-281-1/+4
* attrib: Use local libbluetooth includesMarcel Holtmann2015-02-287-21/+27
* attrib/gatt: Improve robustness when searching for included servicesLukasz Rymanowski2015-02-271-1/+14
* attrib/gatt: Improve robustness when searching for descriptorsLukasz Rymanowski2015-02-271-1/+14
* attrib/gatt: Minor refactor in desc_discovered_cbLukasz Rymanowski2015-02-271-2/+6
* attrib/gatt: Improve robustness when searching for characteristicsLukasz Rymanowski2015-02-271-2/+15
* attrib/gatt: Minor refactor in char_discovered_cbLukasz Rymanowski2015-02-271-2/+7
* attrib/gatt: Improve robustness on search primary servicesLukasz Rymanowski2015-02-271-2/+27
* attrib: Add explicit include for lib/bluetooth.hMarcel Holtmann2015-02-181-0/+1
* attrib: Fix condition check for attr deleteBharat Panda2015-02-131-1/+7
* attrib: Fix not disconnectingLuiz Augusto von Dentz2015-01-121-1/+3
* attrib: Fix warning when closing connectionLuiz Augusto von Dentz2014-12-291-0/+1
* attrib/gattrib: Add tracking all the internal request idLukasz Rymanowski2014-12-181-53/+43
* attrib/gatt: Fix for search servicesLukasz Rymanowski2014-12-181-11/+32
* attrib/gattrib: Add track for request idsLukasz Rymanowski2014-12-181-2/+104
* attrib/gattrib: Add g_attrib_get_attArman Uguray2014-12-152-0/+11
* attrib/gatt: Fix minor coding styleLukasz Rymanowski2014-12-151-1/+0
* attrib/gatt: Minor coding style fixLukasz Rymanowski2014-12-101-1/+0
* attrib/gatt: Fix for attrib refLukasz Rymanowski2014-12-101-3/+6
* attrib: Check if attrib is NULL in functionsArman Uguray2014-12-091-1/+22
* attrib: List all enum values in switchSzymon Janc2014-12-081-0/+4
* gattrib: Fix not changing the buffer size when mtu is reducedJakub Tyszkowski2014-12-031-4/+10
* gattrib: Fix not setting att's mtu size in g_attrib_new()Jakub Tyszkowski2014-12-011-0/+3
* GATT shim to src/shared bt_attMichael Janssen2014-11-171-581/+164
* gattrib: Remove unused GATTRIB_ALL_EVENTSMichael Janssen2014-11-062-4/+0
* attrib: fix GATTRIB_ALL_REQS behaviorMichael Janssen2014-11-031-1/+22
* attrib: remove g_attrib_is_encryptedMichael Janssen2014-11-032-14/+0
* attrib: Add mtu argument to g_attrib_newMichael Janssen2014-11-034-9/+37
* attrib: Remove MTU-probing codeMichael Janssen2014-10-311-13/+1
* Remove unused g_attrib_set_debug functionMichael Janssen2014-10-312-8/+0
* attrib: Fix memory leakAndrei Emeltchenko2014-08-011-0/+2
* attrib: Fix discovering descriptorsMarcin Kraglak2014-07-181-1/+1
* android/gatt: Fix signed write command encodingLukasz Rymanowski2014-05-304-9/+23
* attrib: Fix minor whitespace issueJakub Tyszkowski2014-05-271-2/+2
* attrib: Add wrapper to send signed write commandLukasz Rymanowski2014-05-262-0/+21
* attrib: Add helpers to enc and dec signed write commandLukasz Rymanowski2014-05-262-0/+66
* gatt: Remove gatt_discover_char_descAndrzej Kaczmarek2014-05-052-18/+0
* attrib: Discover descriptors using gatt_discover_descAndrzej Kaczmarek2014-05-052-76/+22
* attrib: Add simpler call for descriptors discoveryAndrzej Kaczmarek2014-05-052-0/+156