summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 5.395.39Marcel Holtmann2016-04-052-1/+11
* lib: Update company identifiersMarcel Holtmann2016-04-051-0/+50
* shared/gatt-server: Add support for long writeŁukasz Rymanowski2016-04-041-20/+67
* client: Fix code style problemsLuiz Augusto von Dentz2016-04-041-17/+15
* input/hog: Fix crash if uhid is not enabledSzymon Janc2016-04-021-1/+9
* audio: Fix double freeLuiz Augusto von Dentz2016-04-012-6/+6
* audio/avdtp: Fix code styleLuiz Augusto von Dentz2016-04-012-1/+2
* build: Make old GATT plugins deprecatedLuiz Augusto von Dentz2016-04-012-1/+6
* audio/avrcp: Fix registering to player eventsLuiz Augusto von Dentz2016-04-011-2/+3
* audio/avdtp: Fix crash on outgoing connection failureSzymon Janc2016-03-311-8/+13
* tools/btattach: Add command line switch for specifying the baudrateJohan Hedberg2016-03-281-7/+67
* tests/example-gatt-client: Fix using invalid propertyLuiz Augusto von Dentz2016-03-241-20/+22
* audio/a2dp: Simplify error handlingLuiz Augusto von Dentz2016-03-235-57/+56
* audio/avdtp: Fix passing wrong error codeLuiz Augusto von Dentz2016-03-231-1/+1
* audio/avdtp: Only set disconnect timer if connectedLuiz Augusto von Dentz2016-03-231-1/+6
* audio/avrcp: Fix crash when connecting to controllersLuiz Augusto von Dentz2016-03-221-1/+1
* shared/gatt-server: Fix handle error on execute writeŁukasz Rymanowski2016-03-221-0/+5
* unit/test-gatt: Fix long write testŁukasz Rymanowski2016-03-221-4/+4
* unit/test-gatt: Extend large-dbŁukasz Rymanowski2016-03-221-4/+6
* unit/test-gatt: Modify small-dbŁukasz Rymanowski2016-03-221-22/+29
* unit/test-gatt: Fix long write testcasesŁukasz Rymanowski2016-03-221-8/+8
* shared/gatt-client: Forward events from parent to clonesLuiz Augusto von Dentz2016-03-221-0/+39
* shared/gatt-client: Make it possible to clone non-ready clientsLuiz Augusto von Dentz2016-03-211-1/+1
* core/gatt-client: Fix crash on service changedLuiz Augusto von Dentz2016-03-211-2/+2
* tools: make parse_companies.pl more forgiving of weird HTMLMike Ryan2016-03-201-1/+1
* unit/test-crypto: Add test based on sample data from errata 4243Szymon Janc2016-03-181-5/+34
* Release 5.385.38Marcel Holtmann2016-03-182-1/+11
* monitor: Update vendor defined 16-bit UUID entriesMarcel Holtmann2016-03-181-0/+21
* lib: Update company identifiersMarcel Holtmann2016-03-181-1/+159
* build: Update library versionMarcel Holtmann2016-03-181-1/+1
* shared/gatt-client: Simplify service changed handlingLuiz Augusto von Dentz2016-03-171-10/+0
* shared/gatt-client: Don't remove notification handlersLuiz Augusto von Dentz2016-03-171-51/+0
* core/gatt-client: Use of bt_gatt_client_cloneLuiz Augusto von Dentz2016-03-171-45/+9
* shared/gatt-client: Add bt_gatt_client_cloneLuiz Augusto von Dentz2016-03-172-10/+42
* core/advertising: Fix byte order for MGMT_OP_ADD_ADVERTISING flagsAndrejs Hanins2016-03-171-1/+1
* core/device: Make sure ServicesResolved is triggered lastLuiz Augusto von Dentz2016-03-151-2/+2
* doc/gatt-api: Remove Characteristics and Descriptors propertiesLuiz Augusto von Dentz2016-03-152-110/+0
* TODO: Update GATT/ATT itemsLuiz Augusto von Dentz2016-03-141-100/+0
* doc/device-api: Replace GattServices with ServicesDiscovered propertyLuiz Augusto von Dentz2016-03-142-60/+28
* doc/mgmt-api: Mark 4.5 kernel as releasedJohan Hedberg2016-03-141-1/+1
* shared/gatt-client: Don't send Exchange MTU for default valueLuiz Augusto von Dentz2016-03-111-0/+19
* doc: Fix data length in Advertising API descriptionSzymon Janc2016-03-111-1/+1
* doc/mgmt-api: Document mgmt version 1.12 featuresJohan Hedberg2016-03-091-0/+3
* doc/mgmt-api: Update privacy mode 0x02 descriptionJohan Hedberg2016-03-091-5/+3
* uuid: fix 1 byte stack overflowCody P Schafer2016-03-091-2/+2
* shared/att: Fix not notifying the callbackLuiz Augusto von Dentz2016-03-091-1/+24
* core/gatt-database: Don't always wait for responseLuiz Augusto von Dentz2016-03-081-0/+36
* gdbus/client: Use g_dbus_send_message if callback is not setLuiz Augusto von Dentz2016-03-081-12/+14
* test/example-gatt-server: Don't order objectsLuiz Augusto von Dentz2016-03-071-2/+1
* gatt-database: Fix GATT object orderingOlivier Martin2016-03-072-30/+87