summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* shared/att: Refactor loop in handle_notifySzymon Janc2015-03-051-2/+8
* shared/att: Fix invalid readLuiz Augusto von Dentz2015-03-051-2/+4
* core/gatt: Simplify service_freeLuiz Augusto von Dentz2015-03-051-8/+3
* core/gatt: Add UnregisterService and track senderArman Uguray2015-03-051-7/+40
* core/gatt: Remove spammy log messagesArman Uguray2015-03-051-6/+6
* core/gatt: Fix crash in gatt-database destructorArman Uguray2015-03-051-1/+3
* core/adapter: Deduplicate local service UUIDsArman Uguray2015-03-051-9/+21
* core/gatt: Support descriptor reads/writesArman Uguray2015-03-041-78/+139
* core/gatt: Register descriptorsArman Uguray2015-03-041-15/+172
* core/gatt: Create CEP for external characteristicArman Uguray2015-03-041-3/+59
* core/gatt: Send not/ind for D-Bus characteristicsArman Uguray2015-03-041-2/+47
* core/gatt: Create CCC for external characteristicArman Uguray2015-03-041-6/+84
* core/gatt: Make CCC addition API publicArman Uguray2015-03-042-16/+124
* core/gatt: Fix not initializing pending_writesArman Uguray2015-03-031-0/+7
* core: Fix crash if adapter register failedSzymon Janc2015-03-031-0/+1
* core/gatt-database: Unregister interface on destroyLuiz Augusto von Dentz2015-03-031-0/+4
* core/gatt: Fix crash when running without -ELuiz Augusto von Dentz2015-03-031-7/+3
* core/gatt: Support WriteValue for characteristicsArman Uguray2015-03-021-5/+149
* core/gatt: Support ReadValue for characteristicsArman Uguray2015-03-021-2/+164
* core/gatt: Register characteristicsArman Uguray2015-03-021-11/+239
* core/gatt: Implement GattManager1.RegisterServiceArman Uguray2015-03-021-2/+309
* core/gatt: Add GattManager1 stubsArman Uguray2015-03-027-1134/+48
* lib/uuid: Fix bt_uuid_to_le for 128 BitsLuiz Augusto von Dentz2015-03-021-10/+0
* shared/att: Fix signed write without transparent signingSzymon Janc2015-03-011-7/+3
* shared/att: Do not fail if crypto is not availableLuiz Augusto von Dentz2015-03-011-2/+4
* core: Fix includes for gdbus.h headerMarcel Holtmann2015-03-012-2/+3
* core: Use local libbluetooth includesMarcel Holtmann2015-02-2823-90/+88
* core: Use local libbluetooth includes for OUI handlingMarcel Holtmann2015-03-012-2/+1
* shared/gatt: Cancel discovery requests in clientArman Uguray2015-02-271-28/+85
* shared/gatt: Make discovery operations cancelableArman Uguray2015-02-272-122/+167
* shared/gatt: Return ATT id for exchange MTUArman Uguray2015-02-272-8/+7
* shared: Work around when linux/if_alg.h header is not availableMarcel Holtmann2015-02-271-1/+7
* shared/att: Emulate security levelLuiz Augusto von Dentz2015-02-271-7/+7
* core: Store 'Authenticated' property of CSRKsJohan Hedberg2015-02-271-3/+18
* mgmt: Update code to match updated New CSRK specificationJohan Hedberg2015-02-271-7/+7
* shared/gatt-client: Fix signed writesLuiz Augusto von Dentz2015-02-261-4/+12
* core/gatt-client: Add support for signed writesLuiz Augusto von Dentz2015-02-261-3/+3
* core/device: Update storage if CSRK counter changeLuiz Augusto von Dentz2015-02-261-0/+23
* core/device: Set Local/Remote CSRKLuiz Augusto von Dentz2015-02-261-0/+32
* core: Load CSRK from storageLuiz Augusto von Dentz2015-02-261-0/+47
* core: Store signature countersLuiz Augusto von Dentz2015-02-261-2/+3
* shared/gatt-client: Fix memory leakLuiz Augusto von Dentz2015-02-241-1/+1
* shared/gatt-client: Add support for signed writeLuiz Augusto von Dentz2015-02-241-7/+4
* shared/att.c: Add server signing key supportLuiz Augusto von Dentz2015-02-242-24/+70
* shared/att.c: Add client signing key supportLuiz Augusto von Dentz2015-02-242-9/+82
* shared/gatt-db: Extend API for find attribute requestsLukasz Rymanowski2015-02-222-4/+12
* core/gatt-client: Fix PropertiesChanged for "Flags"Arman Uguray2015-02-221-2/+3
* core/gatt-client: Fix malformed error nameArman Uguray2015-02-221-1/+1
* bluetooth.conf: Add DBus.Properties interfaceArman Uguray2015-02-221-0/+3
* shared/gatt: Cancel timeouts when attrib removedArman Uguray2015-02-221-24/+38