summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 5.465.46Marcel Holtmann2017-07-142-1/+12
* autopair: Use unsigned int for passcode stringMarcel Holtmann2017-07-131-2/+2
* sap: Remove support for STE U8500 platformSzymon Janc2017-07-132-758/+0
* client: Fix error when AcquireNotify failsLuiz Augusto von Dentz2017-07-121-1/+1
* audio: Add missing fall through declarationLuiz Augusto von Dentz2017-07-121-0/+1
* sap: Add missing fall through declarationMarcel Holtmann2017-07-111-3/+2
* audio: Add missing break statementsMarcel Holtmann2017-07-111-0/+2
* audio: Add missing fall through declarationMarcel Holtmann2017-07-111-0/+1
* network: Add missing fall through declarationMarcel Holtmann2017-07-112-6/+2
* shared: Add missing fall through declarationMarcel Holtmann2017-07-111-4/+3
* obexd: Add missing fall through declarationMarcel Holtmann2017-07-111-0/+1
* unit: Add missing break statementMarcel Holtmann2017-07-111-0/+1
* tools: Add missing break statementsMarcel Holtmann2017-07-111-0/+2
* tools: Fix uninitialized memory arrayMarcel Holtmann2017-07-112-2/+2
* tools: Fix wrong string buffer sizesMarcel Holtmann2017-07-112-2/+2
* tools: Add missing fall through declarationMarcel Holtmann2017-07-112-1/+2
* autopair: Fix PIN string buffer sizeMarcel Holtmann2017-07-111-1/+1
* android: Add missing fall through declarationMarcel Holtmann2017-07-111-0/+1
* client: Add missing fall through declarationMarcel Holtmann2017-07-111-0/+2
* device: Fix crash freeing deviceLuiz Augusto von Dentz2017-07-071-3/+4
* device: Fix crashing when connecting ATT over BR/EDRLuiz Augusto von Dentz2017-07-071-2/+8
* shared/gatt-server: Remove unwanted pointer validationSyam Sidhardhan2017-07-071-2/+1
* device: Ensure browse request is reset to NULL when freedLuiz Augusto von Dentz2017-07-071-7/+6
* client: Fix memory leak due to the option to register an agentERAMOTO Masaya2017-07-071-0/+1
* src/device: Fix bluetoothd crashAnurag Biradar2017-07-071-0/+1
* obexd: Fix memory leak in phonebook-dummySyam Sidhardhan2017-07-071-0/+3
* client: Add release-notify commandLuiz Augusto von Dentz2017-07-054-9/+35
* client: Add acquire-notify commandLuiz Augusto von Dentz2017-07-054-27/+154
* gatt: Add implementation of NotifyAcquiredLuiz Augusto von Dentz2017-07-051-1/+34
* gatt: Add implementation of AcquireNotifyLuiz Augusto von Dentz2017-07-051-15/+157
* client: Add release-write commandLuiz Augusto von Dentz2017-07-053-0/+26
* client: Add acquire-write commandLuiz Augusto von Dentz2017-07-053-0/+87
* gatt: Add implementation of WriteAcquiredLuiz Augusto von Dentz2017-07-051-1/+34
* gatt: Add implementation of AcquireWriteLuiz Augusto von Dentz2017-07-052-1/+168
* shared/gatt-client: Allow multiple ready callbacksLuiz Augusto von Dentz2017-07-046-25/+59
* doc/gatt-api: Add AcquireWrite and AcquireNotifyLuiz Augusto von Dentz2017-07-041-0/+62
* client: Add unregister-descriptor commandLuiz Augusto von Dentz2017-06-303-0/+74
* client: Add register-descriptor commandLuiz Augusto von Dentz2017-06-303-22/+248
* client: Add unregister-characteristic commandLuiz Augusto von Dentz2017-06-303-0/+69
* client: Add register-characteristic commandLuiz Augusto von Dentz2017-06-303-15/+335
* client: Add unregister-service commandLuiz Augusto von Dentz2017-06-303-1/+66
* client: Add register-service commandLuiz Augusto von Dentz2017-06-303-22/+155
* client: Add generic way to request input from userLuiz Augusto von Dentz2017-06-303-0/+66
* client: Allow register-application without any UUIDLuiz Augusto von Dentz2017-06-262-15/+16
* monitor: Add missing UUID and EIR definitionsMarcel Holtmann2017-06-222-1/+104
* obexd: Fix null pointer dereference.Matias Karhumaa2017-06-221-0/+11
* client: Output a long message by two linesERAMOTO Masaya2017-06-191-1/+9
* client: Add a description to all commandsERAMOTO Masaya2017-06-191-6/+8
* client: Compare a input string and each command only onceERAMOTO Masaya2017-06-191-8/+11
* obexd/map: msg dummy implement message listingSathish Narasimman2017-06-191-1/+185