summaryrefslogtreecommitdiff
path: root/attrib/gatt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gatt: Remove offset parameter from gatt_read_charJefferson Delfes2012-10-011-11/+4
* gatt: Don't raise error if declaration was foundClaudio Takahasi2012-08-201-4/+4
* gatt: Return not found if characteritics is emptyClaudio Takahasi2012-08-201-1/+2
* attrib: Use proper types for size variablesJohan Hedberg2012-08-151-21/+22
* gatt: Add support to GATT Write Long CharacteristicEder Ruiz Maria2012-08-151-5/+104
* GATT: Avoid unneeded discover transactionClaudio Takahasi2012-05-301-1/+1
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-161-2/+0