summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: Rework config option parsingLuiz Augusto von Dentz2023-05-161-364/+386
* main.conf: Fix parsing of CSIS groupLuiz Augusto von Dentz2023-04-051-5/+5
* main.conf: Add CSIP profile configurable optionsSathish Narasimman2023-03-101-0/+124
* main: Disable EATT by defaultLuiz Augusto von Dentz2023-03-091-1/+1
* main.conf: Add SecureConnections optionSimon Mikuda2022-11-211-0/+15
* adapter: Add support for setting ISO Socket experimental featureLuiz Augusto von Dentz2022-07-221-0/+1
* main: Default device_privacy to trueLuiz Augusto von Dentz2022-07-131-0/+2
* main.conf: Split Kernel Experimental UUIDs from ExperimentalLuiz Augusto von Dentz2022-06-141-23/+34
* main: Add support for CONFIGURATION_DIRECTORY environment variableLuiz Augusto von Dentz2022-04-181-10/+28
* main.conf: Fix parsing of mode optionsLuiz Augusto von Dentz2022-02-181-3/+12
* main.conf: Introduce MaxControllersLuiz Augusto von Dentz2022-02-161-0/+9
* main: add configurable RemoteNameRequestRetryDelay parameterArchie Pusaka2021-11-291-3/+16
* core: Update default advmon Sampling_Period to 0xFFManish Mandlik2021-11-221-1/+1
* main.conf: Rework privacy optionsLuiz Augusto von Dentz2021-11-091-4/+18
* main.conf: Fix Privacy modesLuiz Augusto von Dentz2021-11-011-1/+3
* main.conf: Allow passing a list of UUIDs to ExperimentalLuiz Augusto von Dentz2021-09-081-8/+100
* main: Add missing Experimental entry to General optionsLuiz Augusto von Dentz2021-08-161-0/+1
* core: Add RSSI sampling period in system parameterYun-Hao Chung2021-05-241-0/+20
* src/main: Fix double free strTedd Ho-Jeong An2021-05-211-1/+0
* core: Fix loading AVDTP optionsYun-Hao Chung2021-05-191-1/+3
* main.conf: Add option to enable experimental featuresLuiz Augusto von Dentz2021-05-141-3/+10
* core: Fix memory leaksSteve Grubb2021-05-141-0/+1
* core: Use timeout_add_secondsFrédéric Danis2021-03-161-3/+4
* main.conf: Enable passing false to DeviceIDLuiz Augusto von Dentz2021-03-051-1/+7
* main.conf: Fix using wrong field for PageTimeoutLuiz Augusto von Dentz2020-12-011-1/+1
* main.conf: Use BR instead of BREDR as group nameLuiz Augusto von Dentz2020-12-011-1/+1
* main.conf: Add option to configure AVDP session/stream channel modesLuiz Augusto von Dentz2020-11-171-0/+45
* main: Don't warn for unset config optionLuiz Augusto von Dentz2020-11-091-1/+1
* core: Add param to disable interleave scanHoward Chung2020-10-301-0/+7
* core: Add parmas to set interleaving durationsHoward Chung2020-10-301-0/+12
* core: Rename hcid.h to btd.hLuiz Augusto von Dentz2020-10-291-1/+1
* core: Rename main_opts to btd_optsLuiz Augusto von Dentz2020-10-291-120/+120
* core: Split LE and BR/EDR parametersLuiz Augusto von Dentz2020-10-291-115/+176
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* policy: Reconnect audio on controller resumeAbhishek Pandit-Subedi2020-09-141-0/+1
* main: add configurable refresh_discovery parameterArchie Pusaka2020-08-181-0/+8
* main: add missing comma after AlwaysPairableMichael Nosthoff2020-07-271-1/+1
* device: Add timer for removing temporary devicesLuiz Augusto von Dentz2020-07-151-0/+13
* main: adding missing connection parameter entriesAlain Michaud2020-06-171-0/+16
* main: Add configurable le autoconnect timeout valueAlain Michaud2020-06-171-0/+5
* main: Fix logical error when loading controller paramsAlain Michaud2020-06-171-3/+4
* a2dp: Use streaming mode when MPS is enabledLuiz Augusto von Dentz2020-06-101-10/+6
* main: Read default system configuration from the conf fileAlain Michaud2020-06-041-0/+162
* main: Fix GATT option parsingSzymon Janc2020-03-311-1/+1
* core: Add support for setting the number of GATT bearersLuiz Augusto von Dentz2020-03-021-0/+14
* core: Add new policy for Just-Works repairinghowardchung@google.com2020-02-181-0/+27
* main.conf: Make ReverseServiceDiscovery work with LELuiz Augusto von Dentz2019-06-031-2/+2
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* core: Make use of mainloop_run_with_signalLuiz Augusto von Dentz2018-12-051-61/+3
* core: Use mainloop_sd_notify instead of sd_notifyLuiz Augusto von Dentz2018-12-051-40/+11