index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
attrib
/
gatttool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-11
gattrib: Add support for listening for events for specific handles
Vinicius Costa Gomes
1
-4
/
+4
2012-10-11
attrib: Remove all the usages of ATT_MAX_MTU
Vinicius Costa Gomes
1
-1
/
+1
2012-10-09
attrib: Remove opcode parameter from g_attrib_send()
Vinicius Costa Gomes
1
-1
/
+1
2012-10-01
gatt: Remove offset parameter from gatt_read_char
Jefferson Delfes
1
-4
/
+1
2012-08-15
attrib: Use proper types for size variables
Johan Hedberg
1
-1
/
+1
2012-08-15
gatt: Add support to GATT Write Long Characteristic
Eder Ruiz Maria
1
-1
/
+1
2012-06-27
gatttool: Use GAttrib buffer
Claudio Takahasi
1
-2
/
+4
2012-06-27
ATT: Avoid invalid memory access for large PDU
Claudio Takahasi
1
-2
/
+5
2012-05-07
gatttool: Add option to specify LE address type
Andrzej Kaczmarek
1
-2
/
+6
2012-03-26
GATT: Replace start/end with att_range
Chen Ganir
1
-1
/
+1
2012-03-26
GATT: Rename service and char structs
Chen Ganir
1
-2
/
+2
2011-07-03
Fix common misspelled words
Lucas De Marchi
1
-1
/
+1
2011-04-14
Fix race condition on gatttool
Sheldon Demario
1
-66
/
+62
2011-04-09
Fix Characteristic read by UUID on gatttool
Sheldon Demario
1
-6
/
+0
2011-03-17
Add discover characteristics by UUID to gatttool
Sheldon Demario
1
-1
/
+2
2011-03-15
Use new UUID functions in GATT
Elvis Pfützenreuter
1
-10
/
+8
2011-03-04
Add option to pass adapter to interactive gatttool
Sheldon Demario
1
-1
/
+1
2011-03-04
Replace all strdup() with g_strdup() in gatttool
Sheldon Demario
1
-1
/
+1
2011-03-04
Add offset option to characteristic read by handle
Sheldon Demario
1
-1
/
+4
2011-02-24
Move attr_data_from_string() to utils.c
Bruna Moreira
1
-21
/
+2
2011-02-24
gatttool: Remove extra reference to the connection IO Channel
Vinicius Costa Gomes
1
-1
/
+1
2011-02-17
Use PSM value to select LE or BR/EDR transport on gatttool
Sheldon Demario
1
-6
/
+3
2011-02-17
Move do_connect() to a common file between interactive.c and gatttool.c
Sheldon Demario
1
-70
/
+6
2011-02-16
Fix Min MTU to reflect values for both L2CAP & LE
Brian Gix
1
-4
/
+5
2011-02-15
Add connect/disconnect options on interactive mode of gatttool
Sheldon Demario
1
-5
/
+5
2011-02-15
Add an initial interactive mode to gatttool
Sheldon Demario
1
-0
/
+9
2011-02-15
Add Write Request operation in gatttool
Bruna Moreira
1
-1
/
+60
2011-01-19
Move common code from Discover all Characteristics to GATT library
Bruna Moreira
1
-49
/
+10
2011-01-08
Move interactive code of Discover Primary to gatt.c
Claudio Takahasi
1
-69
/
+13
2011-01-07
Fix g_attrib_send() to include a new ID parameter
Brian Gix
1
-1
/
+1
2010-11-28
Remove unused includes
Johan Hedberg
1
-1
/
+0
2010-11-25
Extend discover characteristic by UUID in gatttool to fetch all values
Sheldon Demario
1
-1
/
+23
2010-11-19
Implement Characteristic Value Read using UUID in the gatttool
Sheldon Demario
1
-0
/
+39
2010-11-18
Implement Discover Primary Service by Service UUID in the gatttool
Claudio Takahasi
1
-5
/
+60
2010-11-18
Add an extra parameter in the discovery primary to specify the UUID
Claudio Takahasi
1
-2
/
+4
2010-11-18
Adding a new option to specify security level for gatttool
Sheldon Demario
1
-2
/
+13
2010-11-05
Enable GATT over LE link on the attribute client
Claudio Takahasi
1
-1
/
+0
2010-10-05
Add PSM option for GATT/ATT over BR/EDR on gatttool
Claudio Takahasi
1
-2
/
+4
2010-10-05
gatttool: fix trying to read beyond the last handle
Johan Hedberg
1
-0
/
+4
2010-10-04
Remove typecast from att_get_u16() calls
Anderson Lizardo
1
-12
/
+9
2010-10-04
Allow errors to propagate from connection callback
Anderson Lizardo
1
-8
/
+21
2010-10-04
Implement characteristic_write callback in gatttool
Bruna Moreira
1
-1
/
+52
2010-10-04
Add new option for char value write in gatttool
Bruna Moreira
1
-9
/
+26
2010-10-04
Make handle parameter mandatory in gatttool
Bruna Moreira
1
-2
/
+8
2010-10-04
The attribute protocol assigned PSM is 0x1f
Marcel Holtmann
1
-1
/
+1
2010-09-30
Use bt_io_connect in gatttool
Bruna Moreira
1
-85
/
+29
2010-09-30
Add support for LE connections to gatttool
Vinicius Costa Gomes
1
-5
/
+12
2010-09-22
Change notification/indication output formating on gatttool
Claudio Takahasi
1
-9
/
+15
2010-09-22
Add support for Indications to gatttool
Vinicius Costa Gomes
1
-10
/
+18
2010-09-14
Add new option to set MTU size in gatttool
Bruna Moreira
1
-0
/
+38
[next]