summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core/device: Fix crash on removeLuiz Augusto von Dentz2015-01-232-33/+26
* shared/gatt-server: Fix compilation on 32 bitsLuiz Augusto von Dentz2015-01-231-2/+2
* shared/gatt-server: Add read multiple support.Michael Janssen2015-01-221-0/+154
* shared/gatt-db: fix error read from invalid offsetMichael Janssen2015-01-221-2/+5
* core/device: Cleanup device_svc_resolved codeLuiz Augusto von Dentz2015-01-201-143/+126
* shared/gatt-db: Refactor gatt_db_attribute_get_permissionsAndrei Emeltchenko2015-01-203-25/+11
* core/device: Fix not replying to PairLuiz Augusto von Dentz2015-01-191-38/+37
* core/device: Don't remove invalid UUIDLuiz Augusto von Dentz2015-01-161-39/+0
* core/gatt: Use "claimed" instead of "active"Arman Uguray2015-01-162-5/+11
* shared/gatt-db: Add "claimed" field to servicesArman Uguray2015-01-162-0/+24
* core/service: Remove GATT handle logicArman Uguray2015-01-162-45/+0
* core/device: Fix GATT profile probingArman Uguray2015-01-161-111/+71
* shared/gatt-db: Add service getter by UUIDArman Uguray2015-01-162-0/+29
* core: adapter: Fix device name settingArman Uguray2015-01-151-1/+4
* core: device: Fix device_browse_gattArman Uguray2015-01-151-23/+16
* core: device: Fix connect bearer selectionArman Uguray2015-01-151-0/+3
* core: Fix missing check for g_slist_find_custom() lookup failureJohan Hedberg2015-01-141-1/+1
* shared/gatt: Fix typo in request_create checkAndrei Emeltchenko2015-01-131-1/+1
* shared/gatt-db: Fix using plain integer as NULL pointerLuiz Augusto von Dentz2015-01-131-1/+1
* shared/gatt-db: Fix crash on find by type searchLukasz Rymanowski2015-01-131-0/+2
* shared/gatt-client: Fix callback type in struct write_opLukasz Rymanowski2015-01-131-1/+1
* shared/gatt: Fix divide by zero errorJukka Taimisto2015-01-131-4/+4
* core: Use static for local variablesLuiz Augusto von Dentz2015-01-122-3/+3
* core/gatt: Fix data cachingLuiz Augusto von Dentz2015-01-121-2/+2
* core/gatt: Handle Service ChangedArman Uguray2015-01-122-6/+33
* core/gatt: Issue long write for reliable-writeArman Uguray2015-01-121-0/+9
* core/gatt: Reset value in db when cachingArman Uguray2015-01-121-0/+6
* shared/gatt-db: Add gatt_db_attribute_resetArman Uguray2015-01-122-0/+17
* core/gatt: Cancel pending reads/writesArman Uguray2015-01-121-68/+89
* shared/gatt-client: Make long-write cancelableArman Uguray2015-01-122-60/+104
* shared/gatt-client: Make read/write cancelableArman Uguray2015-01-122-68/+244
* core/gatt: Expose extended propertiesArman Uguray2015-01-121-36/+119
* shared/gap: Fix memory leak in gapAndrei Emeltchenko2015-01-091-0/+5
* shared/gatt: Fix NULL dereferenceAndrei Emeltchenko2015-01-091-1/+2
* shared/queue: Fix NULL data handling in queue_remove_allSzymon Janc2015-01-071-1/+2
* shared/queue: Fix queue_remove_all entires countSzymon Janc2015-01-071-2/+0
* src/att: Fix usage of memory after it is freed.Gowtham Anandha Babu2015-01-071-2/+2
* shared/hfp: Remove dead codeAndrei Emeltchenko2015-01-071-4/+0
* shared/gatt-server: support Discover by UUIDMichael Janssen2015-01-061-0/+103
* shared/gatt-db: Add gatt_db_find_by_type_valueMichael Janssen2015-01-062-0/+37
* gatt_db: use callback for gatt_db_find_by_typeMichael Janssen2015-01-063-38/+35
* core/device: Fix memory leakLuiz Augusto von Dentz2015-01-061-0/+1
* shared/gatt-db: Fix duplicate service notificationLuiz Augusto von Dentz2015-01-051-0/+4
* src/shared/ecc.c: Fix missing config.h includeThomas Petazzoni2015-01-021-0/+4
* Add missing format specifiers in src/error.cMariusz Skamra2014-12-291-2/+3
* core/gatt: Don't export claimed servicesLuiz Augusto von Dentz2014-12-292-0/+6
* shared/gatt-db: Add gatt_db_service_get_activeLuiz Augusto von Dentz2014-12-292-0/+9
* core/gatt: Don't always issue read-long for ReadValueLuiz Augusto von Dentz2014-12-241-35/+98
* core/gatt: Implement GattDescriptor1.WriteValueArman Uguray2014-12-241-12/+85
* core/gatt: Implement GattCharacteristic1.WriteValueArman Uguray2014-12-241-2/+177