summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 5.505.50Marcel Holtmann2018-06-012-1/+19
* shared/ecc: Make ecc_make_key() a stand alone APIBrian Gix2018-05-302-8/+19
* build: Fix issues with building dist packagesMarcel Holtmann2018-05-292-4/+3
* test: Switch to Python3Krzysztof Kozlowski2018-05-291-2/+2
* gatt: Don't require prepare write authorization for trusted devicesGrzegorz Kolodziejczyk2018-05-291-2/+4
* client: Don't require authorization for trusted devicesGrzegorz Kolodziejczyk2018-05-291-3/+18
* shared/shell: Disable argument count check if optarg are detectedLuiz Augusto von Dentz2018-05-291-1/+3
* client: Add authorized property handling to characteristic attributeGrzegorz Kolodziejczyk2018-05-282-59/+96
* shared/gatt-server: Request authorization for prepare writesGrzegorz Kolodziejczyk2018-05-282-30/+142
* doc/gatt-api: Add authorization options for attributesGrzegorz Kolodziejczyk2018-05-281-0/+8
* shared/io-ell: Fix compiler error with GCC 8.0Luiz Augusto von Dentz2018-05-281-2/+1
* input: Fix compiler error with GCC 8.0Luiz Augusto von Dentz2018-05-281-2/+2
* android: Fix some compilation warningsSzymon Janc2018-05-253-5/+5
* android/client: Fix compilation with GCC 8Szymon Janc2018-05-251-4/+6
* monitor: Add command line option to disable pager supportMarcel Holtmann2018-05-243-22/+30
* cups: Fix compiler warning from string operationMarcel Holtmann2018-05-241-1/+1
* midi: Fix compiler warning from string operationMarcel Holtmann2018-05-241-1/+1
* input: Fix compiler warning from string operationMarcel Holtmann2018-05-241-4/+3
* health: Fix compiler warning from casting functionsMarcel Holtmann2018-05-241-5/+16
* obex: Fix compiler warning from casting functionsMarcel Holtmann2018-05-241-2/+6
* android: Fix a few compiler warningsMarcel Holtmann2018-05-242-3/+8
* client: Add advertise.discoverable-timeout commandLuiz Augusto von Dentz2018-05-243-0/+61
* advertising: Add implementation of DiscoverableTimeout propertyLuiz Augusto von Dentz2018-05-241-28/+94
* doc/advertising-api: Add DiscoverableTimeout propertyLuiz Augusto von Dentz2018-05-241-0/+9
* client: Print AD Data and Discoverable once registeredLuiz Augusto von Dentz2018-05-241-0/+7
* client: Add advertise.discoverable commandLuiz Augusto von Dentz2018-05-243-0/+53
* advertising: Add implementation of Discoverable propertyLuiz Augusto von Dentz2018-05-241-1/+65
* shared/ad: Add function to manipulate flagsLuiz Augusto von Dentz2018-05-242-32/+80
* doc/advertising-api: Add Discoverable propertyLuiz Augusto von Dentz2018-05-241-0/+8
* tools: Fix compiler warning from wrong array sizeMarcel Holtmann2018-05-236-8/+8
* core: Fix compiler warning from wrong array sizeMarcel Holtmann2018-05-232-3/+3
* input: Fix compiler warning from wrong array sizeMarcel Holtmann2018-05-231-1/+2
* lib: Fix compiler warning from wrong array sizeMarcel Holtmann2018-05-231-1/+1
* monitor: Fix compiler warning from wrong array sizeMarcel Holtmann2018-05-232-2/+2
* core: Fix compiler warning from casting functionsMarcel Holtmann2018-05-233-6/+18
* health: Fix compiler warning from casting functionsMarcel Holtmann2018-05-231-2/+12
* gobex: Fix compiler warning from casting functionsMarcel Holtmann2018-05-232-2/+12
* client: Fix use of g_freeLuiz Augusto von Dentz2018-05-211-1/+1
* client: Fix use of g_freeLuiz Augusto von Dentz2018-05-211-1/+1
* client/gatt : Add support for Included ServiceAvichal Agarwal2018-05-213-2/+177
* Fix possible invalid memory accessNagaraj D R2018-05-211-15/+20
* Fix Memory leakNagaraj D R2018-05-211-0/+1
* client: Define maximum attribute value length as initial valueGrzegorz Kolodziejczyk2018-05-211-9/+45
* client: Add missing duplicated string freeGrzegorz Kolodziejczyk2018-05-211-0/+2
* build: Fix requiring ellLuiz Augusto von Dentz2018-05-172-4/+7
* tools/gatt-service: Add reference implementation for Included ServiceAvichal Agarwal2018-05-161-2/+92
* shared/io-ell: Add support for ELL based IO handlingInga Stotland2018-05-162-1/+160
* src/profile: Updates HFP version to 1.7Ankit Navik2018-05-161-2/+2
* src/device.c : Fix BREDR-ATT MTU issueNagaraj D R2018-05-071-1/+3
* test/example-advertisement: add python3 supportHunt, Preston2018-05-071-9/+15