summaryrefslogtreecommitdiff
path: root/attrib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* codingstyle: Change __FUNCTION__ to __func__Andrei Emeltchenko2013-09-111-1/+1
* attrib: Add support for 128-bit characteristic UUIDs in gatt_service_addDirk-Jan C. Binnema2013-07-302-5/+18
* attrib: Rename GATT_OPT_CHR_UUID into GATT_OPT_CHR_UUID16Dirk-Jan C. Binnema2013-07-302-3/+3
* attrib: Update gatt_service_add size assert for dealing with 128-bit UUIDsDirk-Jan C. Binnema2013-07-301-1/+1
* attrib: Reduce scope of variable declarations in char_discovered_cb()Anderson Lizardo2013-07-241-4/+5
* attrib: Allow dec_read_resp() to just check if PDU is validAnderson Lizardo2013-07-241-3/+3
* attrib: Add encode/decode execute write supportAlvaro Silva2013-07-242-0/+33
* attrib: Add encode/decode prepare write supportAlvaro Silva2013-07-242-0/+61
* attrib: Remove unused parameter from enc_write_resp()Alvaro Silva2013-07-242-2/+2
* attrib: Fix coding style for various enc_*/dec_* functionsEder Ruiz Maria2013-07-241-7/+10
* 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-242-13/+11
* attrib: Rename gatt_find_info() to gatt_discover_char_desc()Anderson Lizardo2013-07-244-5/+6
* gatttool: Remove unused codeEder Ruiz Maria2013-07-242-42/+5
* attrib: Fix interactive gatttool segfaultSathish Narasimman2013-07-191-1/+2