summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* adapter: Fix not keeping discovery filtersLuiz Augusto von Dentz2018-08-011-9/+16
* adapter: Discovery filter discoverableLuiz Augusto von Dentz2018-08-011-2/+54
* agent: Make the first agent to register the defaultLuiz Augusto von Dentz2018-07-301-8/+6
* core: Add AlwaysPairable to main.confLuiz Augusto von Dentz2018-07-306-3/+39
* adapter: Check pending when setting DiscoverableTimeoutLuiz Augusto von Dentz2018-07-301-1/+13
* adapter: Track pending settingsLuiz Augusto von Dentz2018-07-301-2/+28
* shared/gatt-client: Fix crash on ext prop read failureSzymon Janc2018-07-271-0/+3
* device: Fix loading devices without Service Changed CCCAndrzej Kaczmarek2018-07-201-0/+16
* core: Set GATT.Cache default in init_defaultsLuiz Augusto von Dentz2018-07-121-1/+2
* main.conf: Rename MinEncKeySize to KeySizeLuiz Augusto von Dentz2018-07-124-8/+7
* gatt: Make ATT MTU configurable in main.confDavid Krauser2018-07-125-1/+25
* gatt: provide MTU in ReadValue and WriteValueDavid Krauser2018-07-121-16/+7
* btsnoop: Enable SCO packets for Packet Logger formatMarcel Holtmann2018-06-171-0/+8
* shared/shell: Fix code styleLuiz Augusto von Dentz2018-06-141-2/+0
* shared/shell: Add history supportLuiz Augusto von Dentz2018-06-141-0/+48
* shared/shell: Set shell name on SHELL envLuiz Augusto von Dentz2018-06-141-0/+5
* core: Allow sending to org.mpris.MediaPlayer2.PlayerLuiz Augusto von Dentz2018-06-041-0/+1
* shared/ecc: Make ecc_make_key() a stand alone APIBrian Gix2018-05-302-8/+19
* gatt: Don't require prepare write authorization for trusted devicesGrzegorz Kolodziejczyk2018-05-291-2/+4
* shared/shell: Disable argument count check if optarg are detectedLuiz Augusto von Dentz2018-05-291-1/+3
* shared/gatt-server: Request authorization for prepare writesGrzegorz Kolodziejczyk2018-05-282-30/+142
* shared/io-ell: Fix compiler error with GCC 8.0Luiz Augusto von Dentz2018-05-281-2/+1
* advertising: Add implementation of DiscoverableTimeout propertyLuiz Augusto von Dentz2018-05-241-28/+94
* 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
* core: Fix compiler warning from wrong array sizeMarcel Holtmann2018-05-232-3/+3
* core: Fix compiler warning from casting functionsMarcel Holtmann2018-05-233-6/+18
* client: Fix use of g_freeLuiz Augusto von Dentz2018-05-211-1/+1
* Fix Memory leakNagaraj D R2018-05-211-0/+1
* shared/io-ell: Add support for ELL based IO handlingInga Stotland2018-05-161-0/+155
* 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
* advertising: Add Data implementationLuiz Augusto von Dentz2018-05-021-0/+59
* device: Add implementation of AdvertisingDataLuiz Augusto von Dentz2018-05-025-1/+106
* shared/ad: Add support for arbritary typeLuiz Augusto von Dentz2018-05-022-13/+278
* shared/ecc: Allow pre-composed Private KeysBrian Gix2018-04-302-16/+43
* tools: Add initial code for btmon-loggerSzymon Janc2018-04-242-3/+75
* adapter: Fix accessing NULL adv_managerSzymon Janc2018-04-202-2/+4
* shared/shell: Fix checking for variable size argumentLuiz Augusto von Dentz2018-04-181-2/+2
* shared/util: Fix return of strsuffixLuiz Augusto von Dentz2018-04-181-4/+4
* shared/shell: Fix artifacts related to promptLuiz Augusto von Dentz2018-04-161-8/+8
* shared/queue: Handle NULL as direct match on queue_remove_ifLuiz Augusto von Dentz2018-04-111-1/+4
* gatt: Fix crash with BR/EDR only adapterSzymon Janc2018-04-041-0/+3
* gatt: Add support for storing Service Changed CCC valueSzymon Janc2018-03-295-2/+172
* adapter: Don't refresh adv_manager for non-LE devicesantoine.belvire@laposte.net2018-03-291-1/+2
* shared/shell: Add export commandLuiz Augusto von Dentz2018-03-291-0/+13
* shared/shell: Don't allocate any data if env value is NULLLuiz Augusto von Dentz2018-03-291-0/+6
* gatt: Fix checking for paired flag instead of bondedLuiz Augusto von Dentz2018-03-281-2/+2
* device: Fix storing GATT attributesSzymon Janc2018-03-271-3/+10
* device: Change storage warning to debug messagesSzymon Janc2018-03-271-4/+4