summaryrefslogtreecommitdiff
path: root/attrib/gatt-service.c
Commit message (Expand)AuthorAgeFilesLines
* attrib: Fix local libbluetooth includes orderMarcel Holtmann2015-02-281-1/+4
* attrib: Fix condition check for attr deleteBharat Panda2015-02-131-1/+7
* attrib: List all enum values in switchSzymon Janc2014-12-081-0/+4
* gatt: Move Characteristic properties to attrib/gatt.hClaudio Takahasi2014-03-251-6/+6
* Replace att_put_u16() by put_le16()Claudio Takahasi2014-03-241-1/+1
* Replace att_put_uuid() by util.h helpersClaudio Takahasi2014-03-241-9/+13
* attrib: Remove unneeded sdp.h header includeClaudio Takahasi2014-03-241-1/+0
* attrib: Use full include path for header filesMarcel Holtmann2014-01-251-8/+8
* attrib: Add support for 128-bit characteristic UUIDs in gatt_service_addDirk-Jan C. Binnema2013-07-301-5/+12
* attrib: Rename GATT_OPT_CHR_UUID into GATT_OPT_CHR_UUID16Dirk-Jan C. Binnema2013-07-301-2/+2
* attrib: Update gatt_service_add size assert for dealing with 128-bit UUIDsDirk-Jan C. Binnema2013-07-301-1/+1
* attrib: Get rid of gintLucas De Marchi2013-05-011-1/+1
* attrib: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+1
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* attrib: Fix naming and variable types of security requirementsJohan Hedberg2012-08-151-8/+8
* GATT: Move GATT assigned numbers to GATT headerClaudio Takahasi2012-05-301-1/+2
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-161-1/+0
* att: add remote btd_device to ATT read/write callbacksArik Nemtsov2012-04-031-0/+1
* gatt-service: Provide service uuid in attrib_db_find_avail functionSantiago Carot-Nemesio2012-02-031-1/+1
* gatt-service: Move va_end just after processing the argument listSantiago Carot-Nemesio2012-02-031-1/+3
* gatt-service: Add support for 128-bit Bluetooth UUIDsSantiago Carot-Nemesio2012-02-031-16/+41
* gatt-service: Add missing user_data parameter for callbacksSantiago Carot-Nemesio2012-01-091-0/+4
* gatt-service: Delete attributes when service registration failsSantiago Carot-Nemesio2012-01-091-4/+25
* gatt-service: Add adapter in gatt_service_add functionSantiago Carot-Nemesio2011-12-301-18/+13
* attrib-server: Add adapter in attrib_db_addSantiago Carot-Nemesio2011-12-301-5/+10
* attrib-server: Add adapter to attrib_db_find_avail functionSantiago Carot-Nemesio2011-12-301-1/+3
* Provide return status in gatt_service_add functionSantiago Carot-Nemesio2011-12-021-6/+9
* Fix coding style issue regarding with pointer checksSantiago Carot-Nemesio2011-11-171-2/+2
* Add support for getting the handle of the CCC attributeVinicius Costa Gomes2011-11-141-1/+8
* Add GATT_OPT_CHR_VALUE_GET_HANDLE to gatt_service_add()Anderson Lizardo2011-11-141-0/+7
* Implement high level GATT API for service registrationAnderson Lizardo2011-11-141-0/+280