summaryrefslogtreecommitdiff
path: root/attrib/gattrib.c
Commit message (Expand)AuthorAgeFilesLines
* 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-061-3/+0
* attrib: fix GATTRIB_ALL_REQS behaviorMichael Janssen2014-11-031-1/+22
* attrib: remove g_attrib_is_encryptedMichael Janssen2014-11-031-12/+0
* attrib: Add mtu argument to g_attrib_newMichael Janssen2014-11-031-6/+3
* attrib: Remove MTU-probing codeMichael Janssen2014-10-311-13/+1
* Remove unused g_attrib_set_debug functionMichael Janssen2014-10-311-5/+0
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-241-1/+2
* gattrib: Fix pending command handling when getting disconnectedJohan Hedberg2014-03-191-0/+9
* attrib: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* attrib: Use full include path for header filesMarcel Holtmann2014-01-251-3/+3
* codingstyle: Change __FUNCTION__ to __func__Andrei Emeltchenko2013-09-111-1/+1
* attrib: Get rid of gcharLucas De Marchi2013-05-021-2/+2
* attrib: Get rid of gintLucas De Marchi2013-05-011-3/+3
* attrib: Change match_event return type from gbooleanJefferson Delfes2013-04-241-7/+7
* attrib: Change is_response return type from gbooleanJefferson Delfes2013-04-241-3/+3
* attrib: Change command->sent type from gbooleanJefferson Delfes2013-04-241-2/+2
* attrib: Change GAttrib->stale type from gbooleanJefferson Delfes2013-04-241-2/+3
* attrib: Simplify boolean testsJefferson Delfes2013-04-241-2/+2
* attrib: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-091-6/+8
* attrib: Fix use after free of attribJaganath Kanakkassery2013-04-021-4/+4
* attrib: Remove norequests and noresponses variablesJaganath Kanakkassery2013-04-021-7/+2
* attrib: Don't attempt to unregister event id 0Luiz Augusto von Dentz2013-01-281-0/+5
* attrib: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-2/+2
* attrib: Fix missing config.h includesCristian Rodríguez2012-12-231-0/+4
* Reorder btio.h includesLucas De Marchi2012-12-051-1/+1
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes2012-10-111-5/+28
* gattrib: Fix ignoring the error message when write failsVinicius Costa Gomes2012-10-111-1/+7
* attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes2012-10-091-3/+6
* Update code base to use the new BtIO APIJohan Hedberg2012-08-281-6/+3
* attrib: Use proper types for size variablesJohan Hedberg2012-08-151-2/+2
* gattrib: Make event callback identifiers globally uniqueJohan Hedberg2012-06-081-2/+2
* gattrib: Fix protection of GAttrib while calling callbacksJohan Hedberg2012-06-071-0/+4
* gattrib: Fix g_attrib_set_mtuAndre Guedes2012-06-071-8/+0
* gattrib: Fix GAttrib buffer allocationAndre Guedes2012-06-071-12/+20
* gattrib: Fix a premature response timer removalIdo Yariv2012-06-071-5/+5
* gattrib: Fix command timeout handlingJohan Hedberg2012-06-051-1/+28
* gattrib: Fix a request/response command deadlockIdo Yariv2012-05-301-24/+87
* gattrib: Protect GAttrib when there is a pending writeClaudio Takahasi2012-04-031-4/+8
* GAttrib: Remove unused functionClaudio Takahasi2012-02-141-21/+1
* GAttrib: Fix leak when remote disconnectsClaudio Takahasi2012-02-091-2/+3
* GAttrib: Add debug message for GAttrib referencesClaudio Takahasi2012-02-091-1/+10
* Fix the attrib server trying to handle responsesVinicius Costa Gomes2011-09-221-1/+3
* Add workaround to skip wrong OMTU for basic rateClaudio Takahasi2011-04-091-1/+1
* Add internal buffer to GAttrib structBruna Moreira2011-03-181-0/+46
* Use new UUID functions in GATTElvis Pfützenreuter2011-03-151-2/+1
* Remove unused MTU variable in GAttrib structBruna Moreira2011-02-241-2/+0