summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 5.275.27Marcel Holtmann2014-12-262-1/+7
* build: Update library versionMarcel Holtmann2014-12-261-1/+1
* lib: Update company identifiersMarcel Holtmann2014-12-261-1/+17
* tools: Add command to analyze Intel firmware filesMarcel Holtmann2014-12-261-1/+154
* tools: Fix typo in command line optionsMarcel Holtmann2014-12-261-9/+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
* shared/gatt-client: Expose MTU.Arman Uguray2014-12-242-6/+16
* android/gatt: Fix memory leakAndrei Emeltchenko2014-12-241-2/+3
* android/pts: L2CAP test results updateMariusz Skamra2014-12-243-70/+62
* android: Add log.c to EXTRA_DISTSzymon Janc2014-12-241-0/+1
* android: Provide SELinux policy filesSzymon Janc2014-12-244-1/+72
* core/gatt: Store values in dbLuiz Augusto von Dentz2014-12-231-81/+66
* core/gatt: Implement GattDescriptor1.ReadValueArman Uguray2014-12-231-121/+201
* core/gatt: Implement GattCharacteristic1.ReadValueArman Uguray2014-12-233-6/+199
* core/gatt: Export GATT descriptors on D-BusArman Uguray2014-12-231-4/+196
* core/gatt: Export GATT characteristics on D-BusArman Uguray2014-12-231-2/+330
* core/gatt: Export GATT services on D-BusArman Uguray2014-12-231-3/+153
* core/gatt: Introduce gatt-clientArman Uguray2014-12-234-1/+196
* android/scpp: Simplify requests queueingSzymon Janc2014-12-231-82/+17
* doc/mgmt-api: Fix Add UUID descriptionJohan Hedberg2014-12-231-4/+4
* tools: Add secure boot parameters reading to bluemoon utilityMarcel Holtmann2014-12-231-0/+72
* android/tester: Fix wrong checkAndrei Emeltchenko2014-12-221-2/+2
* unit: Hide output of ECC unit test when --verbose is not specifiedMarcel Holtmann2014-12-211-13/+21
* emulator: Add PHY packet type for connection establishmentMarcel Holtmann2014-12-211-0/+11
* profiles/gap: Add Google copyrightArman Uguray2014-12-191-0/+1
* profiles/gap: Rewrite using bt_gatt_clientArman Uguray2014-12-191-72/+197
* profiles/gatt: Rename profile to gapArman Uguray2014-12-192-22/+19
* profiles/gatt: Don't handle GATT serviceArman Uguray2014-12-191-246/+5
* core/device: Make profile calls in GATT eventsArman Uguray2014-12-191-49/+318
* core/device: Add getters for GATT db and clientArman Uguray2014-12-192-0/+18
* core/device: Don't disconnect if attios not setArman Uguray2014-12-191-8/+0
* android/README: Update implementation status for handsfreeSzymon Janc2014-12-191-1/+1
* android/handsfree: Add support for configure WBS commandSzymon Janc2014-12-191-1/+35
* android/handsfree: Add initial support for configure WBS commmandSzymon Janc2014-12-195-4/+58
* android/gatt: Fix possible NULL dereferenceAndrei Emeltchenko2014-12-191-0/+3
* android/gatt: Report error on invalid value length for CCC descriptorJakub Tyszkowski2014-12-191-1/+8
* parser/rfcomm: Add support for decoding Test commandGowtham Anandha Babu2014-12-191-1/+11
* monitor/rfcomm: Add support for decoding Test commandGowtham Anandha Babu2014-12-191-0/+19
* android/hog: Fix report lookupLuiz Augusto von Dentz2014-12-191-19/+28
* android/hog: Implement set_report functionalityLuiz Augusto von Dentz2014-12-191-0/+76
* android/hog: implement get_report functionalityLuiz Augusto von Dentz2014-12-191-2/+88
* android/scpp: Keep track on write operationLukasz Rymanowski2014-12-191-4/+29
* android/scpp: Keep track on discover characteristic and descriptorLukasz Rymanowski2014-12-191-6/+82
* android/scpp: Add queue to keep GATT operationsLukasz Rymanowski2014-12-191-0/+29
* android/dis: Keep track on discover and read characteristicLukasz Rymanowski2014-12-191-4/+75
* android/dis: Add queue to keep track on GATT operationsLukasz Rymanowski2014-12-191-0/+29
* android/bas: Keep track on discover characteristic and descriptorLukasz Rymanowski2014-12-191-4/+52
* android/bas: Keep track read/write GATT operationsLukasz Rymanowski2014-12-191-7/+79