Sign in
coral
/
bluez-imx
/
ac4a92264accd03c4a1686847ede5e816e3ed435
/
attrib
/
gatttool.c
0f92869
gattrib: Add support for listening for events for specific handles
by Vinicius Costa Gomes
· 12 years ago
a2e4b27
attrib: Remove all the usages of ATT_MAX_MTU
by Vinicius Costa Gomes
· 12 years ago
8a39d6e
attrib: Remove opcode parameter from g_attrib_send()
by Vinicius Costa Gomes
· 12 years ago
3d0e48b
gatt: Remove offset parameter from gatt_read_char
by Jefferson Delfes
· 12 years ago
04be4fe
attrib: Use proper types for size variables
by Johan Hedberg
· 13 years ago
7040dc9
gatt: Add support to GATT Write Long Characteristic
by Eder Ruiz Maria
· 13 years ago
cb6db23
gatttool: Use GAttrib buffer
by Claudio Takahasi
· 13 years ago
2f8cd0c
ATT: Avoid invalid memory access for large PDU
by Claudio Takahasi
· 13 years ago
2118c00
gatttool: Add option to specify LE address type
by Andrzej Kaczmarek
· 13 years ago
1e06492
GATT: Replace start/end with att_range
by Chen Ganir
· 13 years ago
48c8211
GATT: Rename service and char structs
by Chen Ganir
· 13 years ago
fcb426c
Fix common misspelled words
by Lucas De Marchi
· 14 years ago
839adcd
Fix race condition on gatttool
by Sheldon Demario
· 14 years ago
6a3a897
Fix Characteristic read by UUID on gatttool
by Sheldon Demario
· 14 years ago
922c5fe
Add discover characteristics by UUID to gatttool
by Sheldon Demario
· 14 years ago
a278db7
Use new UUID functions in GATT
by Elvis Pfützenreuter
· 14 years ago
e880b7a
Add option to pass adapter to interactive gatttool
by Sheldon Demario
· 14 years ago
ed6e2d2
Replace all strdup() with g_strdup() in gatttool
by Sheldon Demario
· 14 years ago
adc7ca1
Add offset option to characteristic read by handle
by Sheldon Demario
· 14 years ago
d3a5c56
Move attr_data_from_string() to utils.c
by Bruna Moreira
· 14 years ago
a2e3157
gatttool: Remove extra reference to the connection IO Channel
by Vinicius Costa Gomes
· 14 years ago
0cc2459
Use PSM value to select LE or BR/EDR transport on gatttool
by Sheldon Demario
· 14 years ago
eb4e1d6
Move do_connect() to a common file between interactive.c and gatttool.c
by Sheldon Demario
· 14 years ago
dba40c8
Fix Min MTU to reflect values for both L2CAP & LE
by Brian Gix
· 14 years ago
2c8df74
Add connect/disconnect options on interactive mode of gatttool
by Sheldon Demario
· 14 years ago
a523620
Add an initial interactive mode to gatttool
by Sheldon Demario
· 14 years ago
48f7473
Add Write Request operation in gatttool
by Bruna Moreira
· 14 years ago
46be88c
Move common code from Discover all Characteristics to GATT library
by Bruna Moreira
· 14 years ago
5399423
Move interactive code of Discover Primary to gatt.c
by Claudio Takahasi
· 14 years ago
7f0b31c
Fix g_attrib_send() to include a new ID parameter
by Brian Gix
· 14 years ago
20ccc57
Remove unused includes
by Johan Hedberg
· 14 years ago
63beb88
Extend discover characteristic by UUID in gatttool to fetch all values
by Sheldon Demario
· 14 years ago
ad0e7f2
Implement Characteristic Value Read using UUID in the gatttool
by Sheldon Demario
· 14 years ago
f9523a9
Implement Discover Primary Service by Service UUID in the gatttool
by Claudio Takahasi
· 14 years ago
8022b94
Add an extra parameter in the discovery primary to specify the UUID
by Claudio Takahasi
· 14 years ago
e55509e
Adding a new option to specify security level for gatttool
by Sheldon Demario
· 14 years ago
b9b0e47
Enable GATT over LE link on the attribute client
by Claudio Takahasi
· 14 years ago
b597e74
Add PSM option for GATT/ATT over BR/EDR on gatttool
by Claudio Takahasi
· 14 years ago
89c9634
gatttool: fix trying to read beyond the last handle
by Johan Hedberg
· 14 years ago
69409f2
Remove typecast from att_get_u16() calls
by Anderson Lizardo
· 14 years ago
19c8e31
Allow errors to propagate from connection callback
by Anderson Lizardo
· 14 years ago
a25fb72
Implement characteristic_write callback in gatttool
by Bruna Moreira
· 14 years ago
6f9dded
Add new option for char value write in gatttool
by Bruna Moreira
· 14 years ago
2b80d7b
Make handle parameter mandatory in gatttool
by Bruna Moreira
· 14 years ago
d7f6fd3
The attribute protocol assigned PSM is 0x1f
by Marcel Holtmann
· 14 years ago
399d968
Use bt_io_connect in gatttool
by Bruna Moreira
· 14 years ago
dd71480
Add support for LE connections to gatttool
by Vinicius Costa Gomes
· 14 years ago
3fd8fdd
Change notification/indication output formating on gatttool
by Claudio Takahasi
· 14 years ago
1bacf59
Add support for Indications to gatttool
by Vinicius Costa Gomes
· 15 years ago
469696d
Add new option to set MTU size in gatttool
by Bruna Moreira
· 15 years ago
f6c5bd6
Define maximum and default MTU values
by Vinicius Costa Gomes
· 15 years ago
da394a7
Pretty print UUID-128 in gatttool
by Bruna Moreira
· 15 years ago
0db74b6
Remove gatttool unix socket transport support
by Vinicius Costa Gomes
· 15 years ago
30e62c9
gatttool: add characteristic descriptor discovery support
by Anderson Lizardo
· 15 years ago
a764906
Add characteristics descriptor discovery option in gatttool
by Bruna Moreira
· 15 years ago
a31269e
Add listen option for gatttool
by Claudio Takahasi
· 15 years ago
83ac948
Fix gatttool to use the alignment safe access functions
by Vinicius Costa Gomes
· 15 years ago
84b6027
Fix memory leaks in gatttool
by Bruna Moreira
· 15 years ago
ac81ac5
Exiting gatttool if no option is chosen
by Bruna Moreira
· 15 years ago
8307634
Update copyright information of GATT library/tools
by Vinicius Costa Gomes
· 15 years ago
08e83df
gatttool: simplify characteristic discovery output
by Anderson Lizardo
· 15 years ago
4dc133a
gatttool: Replace --char-value-read with generic --char-read option
by Anderson Lizardo
· 15 years ago
cafebc6
Remove multiple calls for g_idle_add() in gatttool
by Bruna Moreira
· 15 years ago
0e7aa8f
Move connection operations to main in gatttool
by Bruna Moreira
· 15 years ago
a3f410d
gatttool: coding style fixes
by Anderson Lizardo
· 15 years ago
eaef3c6
Add function to open connections in gatttool
by Bruna Moreira
· 15 years ago
af40b52
Change gatttool to use dec_read_by_grp_resp()
by Bruna Moreira
· 15 years ago
765b7e0
Implement characteristic value read in gatttool
by Anderson Lizardo
· 15 years ago
d882765
Add characteristics value read option in gatttool
by Bruna Moreira
· 15 years ago
416809f
Change discover characteristics output
by Bruna Moreira
· 15 years ago
765a807
Fix memory leaks in gatttool
by Bruna Moreira
· 15 years ago
a6a0f24
Implement discovery characteristics for gatttool
by Bruna Moreira
· 15 years ago
280b92e
Change menu to make the start/end options more generic
by Bruna Moreira
· 15 years ago
e321c07
Implement discovery all primary services for gatttool
by Bruna Moreira
· 15 years ago
f1d7e6a
gatttool: add support for L2CAP socket connection
by Anderson Lizardo
· 15 years ago
fa7e72f
gatttool: add main loop
by Anderson Lizardo
· 15 years ago
e840565
Implement initial UNIX socket support
by Anderson Lizardo
· 15 years ago
01b0c41
Add start/end options to gatttool
by Bruna Moreira
· 15 years ago
d873388
Add initial gatttool skeleton
by Bruna Moreira
· 15 years ago