summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for requiring min key size for access GATT characteristicsSzymon Janc2018-03-2614-36/+134
* client: Parse all options passed for GATT attributeLuiz Augusto von Dentz2018-03-261-42/+55
* gatt: Send device and link options with AcquireNotifyLuiz Augusto von Dentz2018-03-261-64/+115
* doc/gatt-api: Update documentation regarding link optionLuiz Augusto von Dentz2018-03-261-0/+3
* gatt: Fail to register service with invalid Includes propertySzymon Janc2018-03-231-1/+4
* shared/gatt-client: Fix tracking current service during discoveryAndrzej Kaczmarek2018-03-231-13/+13
* shared/gatt-client: Fix discovery of discontinuous databaseAndrzej Kaczmarek2018-03-231-10/+106
* shared/gatt-client: Fix removing services from pending listAndrzej Kaczmarek2018-03-231-3/+6
* shared/shell: Add bt_shell_cleanupInga Stotland2018-03-231-2/+7
* client: Fix stay on error handling in non-interactiveERAMOTO Masaya2018-03-232-33/+32
* gatt: Properly handle service changes when offlineLuiz Augusto von Dentz2018-03-223-17/+83
* gatt: Add confirmation callbackLuiz Augusto von Dentz2018-03-221-13/+20
* shared/shell: Fix short option parsingInga Stotland2018-03-221-0/+2
* doc/gatt-api: Includes shall not be mandatoryLuiz Augusto von Dentz2018-03-222-2/+2
* build: Fix make distcheckLuiz Augusto von Dentz2018-03-222-8/+4
* build: Fix not disabling obexd when given --disable-obexLuiz Augusto von Dentz2018-03-222-2/+7
* client: Add authorization request handling for attribute operationsGrzegorz Kolodziejczyk2018-03-212-3/+136
* client: Update read callbacks with invalid offset error handlersGrzegorz Kolodziejczyk2018-03-211-0/+8
* gatt: Add org.bluez.Error.InvalidOffset for long read procedureGrzegorz Kolodziejczyk2018-03-212-0/+4
* client: Fix reading long valuesGrzegorz Kolodziejczyk2018-03-211-2/+47
* gatt-database: Add support for Included serviceAvichal Agarwal2018-03-201-0/+79
* doc/gatt-api.txt: Add support for Included ServiceAvichal Agarwal2018-03-201-1/+1
* Mesh: Fix proxy PDU SAR msg lengthRobert Lubaƛ2018-03-191-8/+8
* shared/shell: Fix memory leak by generator for submenuERAMOTO Masaya2018-03-191-1/+7
* shared/shell: Return NULL if generator error occurERAMOTO Masaya2018-03-191-2/+7
* Mesh: Close net session on device disconnectionAtul Rai2018-03-181-2/+3
* shared/shell: Enable generator for submenusLuiz Augusto von Dentz2018-03-151-6/+33
* shared/gatt-client: Fix attempting to discovery with handle 0Luiz Augusto von Dentz2018-03-151-1/+1
* shared/gatt-client: Fix secondary service discoveryLuiz Augusto von Dentz2018-03-151-3/+5
* shared/gatt-client: Omit valid errors for primary discoveryLuiz Augusto von Dentz2018-03-151-3/+3
* shared/gatt-server: Fix crash on read multipleSzymon Janc2018-03-141-22/+22
* tools/bluetooth-player: Add item-generator for change-folderERAMOTO Masaya2018-03-121-1/+2
* tools/bluetooth-player: Merge cmd_play{,_item}()ERAMOTO Masaya2018-03-121-23/+12
* Release 5.495.49Marcel Holtmann2018-03-102-1/+15
* avctp: Fix crash when disconnectingLuiz Augusto von Dentz2018-03-091-1/+1
* build: Include Mesh JSON files unconditionally in EXTRA_DISTJohan Hedberg2018-03-081-1/+1
* shared/shell: Fix memory leak of wordexp with we_offsERAMOTO Masaya2018-03-071-0/+6
* shared/shell: Fix memory leak when parsing argsERAMOTO Masaya2018-03-071-1/+11
* device: Fix missing Paired property change on non-bonded deviceSzymon Janc2018-03-071-1/+10
* Fix storage for adapters without public addressSzymon Janc2018-03-073-60/+54
* advertising: Fix crash when if client invalidate propertyLuiz Augusto von Dentz2018-03-061-0/+54
* advertising: Fix creating another mgmt instanceLuiz Augusto von Dentz2018-03-063-9/+11
* mesh: Add sample JSON files to EXTRA_DISTInga Stotland2018-03-061-0/+2
* Remove obsolete Debian notes from HACKINGDavid Frey2018-03-061-10/+1
* device: Fix bearer selection with single mode controllerSzymon Janc2018-03-063-1/+10
* tools/btpclient: Add connect device commandGrzegorz Kolodziejczyk2018-03-051-2/+84
* tools/btpclient: Add identity resolve eventGrzegorz Kolodziejczyk2018-03-051-1/+50
* tools/btpclient: Add solicit uuid16 service list support for adGrzegorz Kolodziejczyk2018-03-051-0/+35
* tools/btpclient: Check if dev is connected in device found ev routineGrzegorz Kolodziejczyk2018-03-051-9/+23
* tools/btpclient: Add passkey confirm eventGrzegorz Kolodziejczyk2018-03-051-4/+34