index
:
delta/bluez.git
baserock/5.37+service-api
baserock/5.37-19-g28fef24
baserock/5.41+service-api
baserock/5.43+service-api
baserock/builds/6f732a8d4f074e4cbc4c1ac3001e883d/35bee4e6e1c5431fac9bab5c648fd88b
baserock/ct143/builds/18545492640241d0ac4a8d048cc6b076/09910848d15848c5b1f66a78f16ae322
baserock/ct143/master
baserock/genivi-baseline
baserock/genivi/baseline
baserock/jannispohlmann/genivi-baseline
baserock/morph
baserock/pedroalvarez/5.37-17-g0879a80
baserock/pedroalvarez/5.37-17-g0879a80-v2
baserock/pedroalvarez/5.37-17-g0879a80-v3
baserock/pedroalvarez/5.41+service-api
baserock/v5.17
baserock/v5.17-patched
master
git.kernel.org: pub/scm/bluetooth/bluez.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
attrib
/
att.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Move declaration of _GNU_SOURCE back into individual source files
Marcel Holtmann
2018-12-06
1
-1
/
+1
*
attrib: Use local libbluetooth includes
Marcel Holtmann
2015-02-28
1
-3
/
+3
*
android/gatt: Fix signed write command encoding
Lukasz Rymanowski
2014-05-30
1
-4
/
+7
*
attrib: Add helpers to enc and dec signed write command
Lukasz Rymanowski
2014-05-26
1
-0
/
+55
*
Replace att_put_u16() by put_le16()
Claudio Takahasi
2014-03-24
1
-24
/
+24
*
Replace att_put_uuid() by util.h helpers
Claudio Takahasi
2014-03-24
1
-2
/
+11
*
Replace att_get_uuid128() by bswap_128()
Claudio Takahasi
2014-03-24
1
-10
/
+28
*
Replace att_get_u16() by get_le16()
Claudio Takahasi
2014-03-24
1
-22
/
+22
*
Replace att_get_uuid16() by get_le16()
Claudio Takahasi
2014-03-24
1
-3
/
+3
*
Replace att_put_uuid16() by put_le16()
Claudio Takahasi
2014-03-24
1
-1
/
+2
*
attrib: Add extra PDU checks when decoding Read by Type Response
Anderson Lizardo
2014-01-11
1
-0
/
+17
*
attrib: Fix PDU length check for Read by Type Request
Anderson Lizardo
2014-01-11
1
-1
/
+1
*
attrib: Reject incomplete PDU in dec_find_by_type_resp()
Anderson Lizardo
2014-01-11
1
-0
/
+9
*
attrib: Remove unnecessary local variables from dec_find_by_type_req()
Anderson Lizardo
2014-01-11
1
-10
/
+4
*
attrib: Remove unnecessary NULL checks on dec_find_by_type_req()
Anderson Lizardo
2014-01-11
1
-15
/
+9
*
attrib: Add extra PDU checks when decoding Read by Group Type Response
Anderson Lizardo
2014-01-11
1
-0
/
+18
*
attrib: Fix PDU length check for Read by Group Type Request
Anderson Lizardo
2014-01-11
1
-1
/
+1
*
attrib: Remove unnecessary checks for PDU length on ATT encoding
Anderson Lizardo
2014-01-11
1
-85
/
+46
*
attrib: Use att_put_u16() instead of htobs() + memcpy()
Anderson Lizardo
2014-01-11
1
-3
/
+1
*
attrib: Allow dec_read_resp() to just check if PDU is valid
Anderson Lizardo
2013-07-24
1
-3
/
+3
*
attrib: Add encode/decode execute write support
Alvaro Silva
2013-07-24
1
-0
/
+31
*
attrib: Add encode/decode prepare write support
Alvaro Silva
2013-07-24
1
-0
/
+56
*
attrib: Remove unused parameter from enc_write_resp()
Alvaro Silva
2013-07-24
1
-1
/
+1
*
attrib: Fix coding style for various enc_*/dec_* functions
Eder Ruiz Maria
2013-07-24
1
-7
/
+10
*
attrib: Fix compilation errors when compiled without optimization
Anderson Lizardo
2013-01-10
1
-2
/
+2
*
attrib: Fix remaining references to bluetooth/uuid.h
Anderson Lizardo
2013-01-10
1
-1
/
+1
*
attrib: Fix missing config.h includes
Cristian Rodríguez
2012-12-23
1
-0
/
+4
*
attrib: Fix not checking if att_data_list_alloc fails
Vinicius Costa Gomes
2012-10-11
1
-0
/
+6
*
att: Fix sending pdu's with invalid data
Vinicius Costa Gomes
2012-10-11
1
-0
/
+3
*
attrib: Use proper types for size variables
Johan Hedberg
2012-08-15
1
-63
/
+69
*
att: Add encode/decode execute write support
Eder Ruiz Maria
2012-08-15
1
-0
/
+35
*
att: Add prepare write support
Eder Ruiz Maria
2012-08-15
1
-0
/
+54
*
ATT: Avoid invalid memory access for large PDU
Claudio Takahasi
2012-06-27
1
-8
/
+9
*
gattrib: Fix command timeout handling
Johan Hedberg
2012-06-05
1
-0
/
+4
*
Fix using the attribute struct for encoding ATT pdus
Vinicius Costa Gomes
2011-10-07
1
-20
/
+25
*
Fix memory allocation of struct attribute
Anderson Lizardo
2011-09-22
1
-4
/
+3
*
Remove empty line before declaration
Anderson Lizardo
2011-09-22
1
-1
/
+0
*
Fix common misspelled words
Lucas De Marchi
2011-07-03
1
-1
/
+1
*
Remove "authen" and "autho" short versions for ATT constants
Claudio Takahasi
2011-03-30
1
-2
/
+2
*
Use new UUID functions in GATT
Elvis Pfützenreuter
2011-03-15
1
-27
/
+20
*
Coding standard change replacing malloc by glib functions
Claudio Takahasi
2011-02-24
1
-31
/
+45
*
Add encode/decode for write response
Bruna Moreira
2011-02-15
1
-0
/
+21
*
Add READ_BLOB_REQUEST support to attribute server
Brian Gix
2011-01-20
1
-0
/
+44
*
Add enc_read_blob_req() as defined in BT Core Spec v4.0
Brian Gix
2010-12-19
1
-0
/
+19
*
Attrib server should truncate attribute value to pdu length
Sheldon Demario
2010-11-29
1
-8
/
+7
*
Add Find By Type Value Response encoding/decoding functions
Claudio Takahasi
2010-11-18
1
-0
/
+46
*
Implement Find by Type request encode/decoding
Bruna Moreira
2010-11-18
1
-2
/
+70
*
Add support for Attribute Write Request
Anderson Lizardo
2010-10-09
1
-0
/
+50
*
Modify dec_read_req() to get PDU length as parameter
Anderson Lizardo
2010-10-04
1
-1
/
+4
*
Replace hardcoded minimum length values with constants
Anderson Lizardo
2010-10-04
1
-44
/
+84
[next]