summaryrefslogtreecommitdiff
path: root/attrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* attrib: Expose write executeLukasz Rymanowski2014-04-232-0/+9
* attrib: Add API for reliable writeLukasz Rymanowski2014-04-232-0/+23
* attrib: Improve Attribute Data length checkingClaudio Takahasi2014-04-031-23/+17
* attrib/gatttool: Use define for UUID format checkJakub Tyszkowski2014-03-281-1/+1
* attrib: Use const source data pointer for writeJakub Tyszkowski2014-03-282-6/+6
* attrib: Remove att_get_* and att_put_* helpersClaudio Takahasi2014-03-251-89/+0
* gatt: Move Characteristic properties to attrib/gatt.hClaudio Takahasi2014-03-253-16/+24
* attrib: Minor code optimizationClaudio Takahasi2014-03-241-3/+1
* Replace att_put_u16() by put_le16()Claudio Takahasi2014-03-242-25/+25
* Replace att_put_uuid() by util.h helpersClaudio Takahasi2014-03-242-11/+24
* Replace att_get_uuid128() by bswap_128()Claudio Takahasi2014-03-244-36/+89
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-245-36/+37
* Replace att_get_uuid16() by get_le16()Claudio Takahasi2014-03-244-8/+15
* Replace att_put_uuid16() by put_le16()Claudio Takahasi2014-03-241-1/+2
* attrib: Use LE helpers defined in src/shared/util.hClaudio Takahasi2014-03-241-13/+13
* attrib: Remove unneeded sdp.h header includeClaudio Takahasi2014-03-242-2/+0
* 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
* gattrib: Fix pending command handling when getting disconnectedJohan Hedberg2014-03-191-0/+9
* core: Fix memory leaks with struct discover_charJohan Hedberg2014-03-191-5/+18
* lib: Move GATT UUID to uuid.hClaudio Takahasi2014-02-241-25/+0
* attrib: Make btio/btio.h include localMarcel Holtmann2014-01-254-4/+4
* attrib: Use full include path for header filesMarcel Holtmann2014-01-252-11/+11
* attrib: Add extra PDU checks when decoding Read by Type ResponseAnderson Lizardo2014-01-111-0/+17
* attrib: Fix PDU length check for Read by Type RequestAnderson Lizardo2014-01-111-1/+1
* attrib: Reject incomplete PDU in dec_find_by_type_resp()Anderson Lizardo2014-01-111-0/+9
* attrib: Remove unnecessary local variables from dec_find_by_type_req()Anderson Lizardo2014-01-111-10/+4
* attrib: Remove unnecessary NULL checks on dec_find_by_type_req()Anderson Lizardo2014-01-111-15/+9
* attrib: Add extra PDU checks when decoding Read by Group Type ResponseAnderson Lizardo2014-01-111-0/+18
* attrib: Fix PDU length check for Read by Group Type RequestAnderson Lizardo2014-01-111-1/+1
* attrib: Remove unnecessary checks for PDU length on ATT encodingAnderson Lizardo2014-01-111-85/+46
* attrib: Use att_put_u16() instead of htobs() + memcpy()Anderson Lizardo2014-01-111-3/+1
* attrib: Modify gatt_cb_t signatureAnderson Lizardo2014-01-114-16/+14