summaryrefslogtreecommitdiff
path: root/src/attrib-server.c
Commit message (Expand)AuthorAgeFilesLines
* core: Fix passing correct local address type to ATT socketJohan Hedberg2016-11-111-1/+2
* core: Use local assert function where possibleMarcel Holtmann2015-11-081-1/+2
* attrib-server: Use bt_uuid_to_le instead of local functionGrzegorz Kolodziejczyk2015-03-301-10/+1
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-4/+4
* attrib: Fix Read Blob error responsesMarcin Kraglak2015-02-051-1/+1
* core/device: Fix crash on removeLuiz Augusto von Dentz2015-01-231-28/+17
* core: Rename device_attach_attribArman Uguray2014-12-151-1/+1
* attrib: remove g_attrib_is_encryptedMichael Janssen2014-11-031-0/+12
* Remove unneeded headers includeClaudio Takahasi2014-04-041-4/+0
* gatt: Move Characteristic properties to attrib/gatt.hClaudio Takahasi2014-03-251-2/+2
* core: Fix creating 128-bit uuid_t based on GATT serviceClaudio Takahasi2014-03-241-3/+7
* Replace att_put_u16() by put_le16()Claudio Takahasi2014-03-241-13/+13
* Replace att_put_uuid() by util.h helpersClaudio Takahasi2014-03-241-1/+10
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-241-2/+3
* core: Update btd_adapter_find_device to also match the address typeJohan Hedberg2014-03-221-1/+1
* core: Use device_attach_attrib for attrib-serverJohan Hedberg2014-03-131-5/+22
* core: Fix associating a GAttrib to a device on incoming connectionsAnderson Lizardo2014-03-051-0/+22
* attrib-server: Remove unnecessary fields from struct gatt_channelAnderson Lizardo2014-03-051-16/+7
* core: Split LE and BR/EDR states for devicesJohan Hedberg2014-02-211-1/+3
* core: Fix rejecting ATT packets greater than the negotiated MTUJohan Hedberg2014-01-281-0/+6
* build: Make btio/btio.h include localMarcel Holtmann2014-01-251-2/+3
* attrib: Fix crash if g_attrib_new() failsAnderson Lizardo2014-01-241-0/+3
* core: Remove __TEXTFILE_H header inclusion protectionMarcel Holtmann2014-01-221-0/+1
* attrib: Add missing g_error_free()Anderson Lizardo2014-01-111-4/+6
* attrib: Fix sprintf() format specificationAnderson Lizardo2014-01-061-1/+1
* Rename adapter_find_device to btd_adapter_find_deviceSzymon Janc2013-11-271-1/+1
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-271-2/+2
* adapter: Handle removing of SDP recordsSzymon Janc2013-09-231-4/+5
* adapter: Handle adding new SDP recordsSzymon Janc2013-09-231-2/+1
* attrib: Remove unused parameter from enc_write_resp()Alvaro Silva2013-07-241-1/+1
* core: Use proper header for S_IRUSR/S_IWUSRSzymon Janc2013-07-151-1/+1
* core: Always specify local LE address type with btioJohan Hedberg2013-05-171-0/+1
* core: Get rid of gintLucas De Marchi2013-05-011-3/+3
* attrib-server: Fix btd_device_get_storage_path failure handlingJohan Hedberg2013-04-291-2/+14
* core: Remove useless attrib server confirm callbackJohan Hedberg2013-04-261-16/+4
* core: Use bdaddr_t instead of char * for device creationJohan Hedberg2013-01-251-4/+1
* core: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+1
* core: Use btd_adapter_get_index instead of adapter_get_dev_idMarcel Holtmann2013-01-051-2/+2
* attrib-server: Fix invalid device accessPaulo Borges2013-01-031-2/+8
* core: Remove useless manager.h includesJohan Hedberg2013-01-031-1/+0
* core: Store information only accessible for the ownerMarcel Holtmann2012-12-221-2/+1
* attrib-server: Read/write CCC info from new storageFrédéric Danis2012-12-161-15/+64
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* attrib: Fix possible use after freeSzymon Janc2012-12-031-2/+2
* build: Remove stupid -I directivesMarcel Holtmann2012-11-201-4/+4
* attrib: Fix memory leak if att_data_list_alloc failsLudek Finstrle2012-10-191-3/+9
* gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes2012-10-111-1/+1