summaryrefslogtreecommitdiff
path: root/attrib/gatt.c
Commit message (Expand)AuthorAgeFilesLines
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-6/+6
* attrib: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* attrib: Use local libbluetooth includesMarcel Holtmann2015-02-281-3/+5
* 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/gatt: Fix for search servicesLukasz Rymanowski2014-12-181-11/+32
* attrib/gatt: Minor coding style fixLukasz Rymanowski2014-12-101-1/+0
* attrib/gatt: Fix for attrib refLukasz Rymanowski2014-12-101-3/+6
* attrib: Fix discovering descriptorsMarcin Kraglak2014-07-181-1/+1
* android/gatt: Fix signed write command encodingLukasz Rymanowski2014-05-301-3/+8
* attrib: Add wrapper to send signed write commandLukasz Rymanowski2014-05-261-0/+16
* gatt: Remove gatt_discover_char_descAndrzej Kaczmarek2014-05-051-15/+0
* attrib: Add simpler call for descriptors discoveryAndrzej Kaczmarek2014-05-051-0/+146
* attrib: Expose write executeLukasz Rymanowski2014-04-231-0/+6
* attrib: Add API for reliable writeLukasz Rymanowski2014-04-231-0/+18
* attrib: Improve Attribute Data length checkingClaudio Takahasi2014-04-031-23/+17
* attrib: Use const source data pointer for writeJakub Tyszkowski2014-03-281-3/+3
* attrib: Minor code optimizationClaudio Takahasi2014-03-241-3/+1
* Replace att_get_uuid128() by bswap_128()Claudio Takahasi2014-03-241-22/+47
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-241-7/+7
* Replace att_get_uuid16() by get_le16()Claudio Takahasi2014-03-241-3/+8
* attrib: Use LE helpers defined in src/shared/util.hClaudio Takahasi2014-03-241-13/+13
* attrib: Fix gatt_primary leaks when a failure occursJohan Hedberg2014-03-201-1/+1
* attrib: Use destroy notify for included queryJohan Hedberg2014-03-191-5/+9
* attrib: Fix potential leaks with primary discovery contextJohan Hedberg2014-03-191-6/+24
* core: Fix memory leaks with struct discover_charJohan Hedberg2014-03-191-5/+18
* attrib: Modify gatt_cb_t signatureAnderson Lizardo2014-01-111-5/+5
* attrib: Reduce scope of variable declarations in char_discovered_cb()Anderson Lizardo2013-07-241-4/+5
* attrib: Simplify prepare_write()Anderson Lizardo2013-07-241-17/+12
* attrib: Fix coding style in prepare_write_cb()Anderson Lizardo2013-07-241-5/+5
* attrib: Do not use Write Command in gatt_write_char()Anderson Lizardo2013-07-241-12/+10
* attrib: Rename gatt_find_info() to gatt_discover_char_desc()Anderson Lizardo2013-07-241-1/+1
* attrib: Use GAttrib destroy callback for included searchJohan Hedberg2013-06-071-3/+1
* attrib: Get rid of gintLucas De Marchi2013-05-011-1/+1
* attrib: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-091-6/+6
* attrib: Fix status on memory allocation failureAnderson Lizardo2013-04-041-1/+3
* attrib: Fix coding style in read_char_helper()Anderson Lizardo2013-04-041-3/+2
* attrib: Fix memory leak on low memory conditionAnderson Lizardo2013-04-041-0/+1
* device: Fix invalid memory access during Find IncludedVinicius Costa Gomes2013-01-291-1/+4
* attrib: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+1
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* gatt: Improve characteristics discoveryPaulo Borges2012-12-011-1/+1
* gatt: Fix memory leak in characteristic discoveryPaulo Borges2012-12-011-3/+3
* attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes2012-10-091-30/+21
* gatt: Add support for find included servicesVinicius Costa Gomes2012-10-091-0/+192