bluez/attrib
Claudio Takahasi 4fce91f1cf Extend Characteristic Write to support Write Without Response
If callback is not informed, Write Command will be used to execute
a Write Without Response sub-procedure. Error is not returned by the
server no matter the result of the operation.
2011-03-10 11:20:08 +02:00
..
att.c Coding standard change replacing malloc by glib functions 2011-02-24 18:35:17 -03:00
att.h Coding standard change replacing malloc by glib functions 2011-02-24 18:35:17 -03:00
client.c Add offset option to characteristic read by handle 2011-03-04 15:48:21 -03:00
client.h Add "Services" property in the org.bluez.Device interface 2010-09-30 17:26:55 -03:00
example.c Add missing UUID16 field to Included Svc Attribute 2011-02-20 15:26:14 -03:00
example.h Remove the timeout source function when the example server exits 2010-09-22 16:00:04 -04:00
gatt.c Extend Characteristic Write to support Write Without Response 2011-03-10 11:20:08 +02:00
gatt.h Add offset option to characteristic read by handle 2011-03-04 15:48:21 -03:00
gattrib.c Remove unused MTU variable in GAttrib struct 2011-02-24 18:37:26 -03:00
gattrib.h Fix g_attrib_send() to include a new ID parameter 2011-01-07 21:31:31 +02:00
gatttool.c Add option to pass adapter to interactive gatttool 2011-03-04 15:49:57 -03:00
gatttool.h Add option to pass adapter to interactive gatttool 2011-03-04 15:49:57 -03:00
interactive.c Add option to pass adapter to interactive gatttool 2011-03-04 15:49:57 -03:00
main.c Update copyright information of GATT library/tools 2010-08-09 18:06:49 -04:00
manager.c Don't register GATT related SDP records if attrib server is disabled 2011-02-24 15:28:30 -03:00
manager.h Update copyright information of GATT library/tools 2010-08-09 18:06:49 -04:00
utils.c Move attr_data_from_string() to utils.c 2011-02-24 18:33:57 -03:00