summaryrefslogtreecommitdiff
path: root/android/main.c
Commit message (Expand)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* android: Fix local libbluetooth includes orderMarcel Holtmann2015-02-281-2/+3
* android: Make shutdown timeout shorterSzymon Janc2015-01-131-1/+1
* android/handsfree: Add support for new API for handsfree initAndrei Emeltchenko2014-11-061-1/+2
* android/map-client: Add initial filesGrzegorz Kolodziejczyk2014-10-201-0/+12
* android/core: Fix memory leak in parse_system_id()Andrei Emeltchenko2014-10-021-1/+3
* android: Add support for FW and HW revision config optionsSzymon Janc2014-10-021-0/+24
* android: Remove few not needed blank linesSzymon Janc2014-10-021-10/+0
* android: Add support for more configuration optionsSzymon Janc2014-10-021-0/+119
* android/core: Fix extra assignmentAndrei Emeltchenko2014-09-261-1/+0
* android: Use common watch for start and shutdown timeoutsSzymon Janc2014-09-231-11/+12
* android: Fix not clearing up start timeout watchSzymon Janc2014-09-231-0/+3
* android: Add debug prints with configure optionsSzymon Janc2014-09-231-0/+9
* android: Add functions for getting configuration optionsSzymon Janc2014-09-221-0/+29
* android: Add support for configuration commandSzymon Janc2014-09-221-0/+73
* android: Factor out service unregister to helperSzymon Janc2014-09-181-52/+21
* android/handsfree-client: Add handsfree-client daemon skeletonLukasz Rymanowski2014-09-181-0/+11
* android: Unregister bluetooth as last serviceSzymon Janc2014-09-031-1/+1
* android: Don't depend on libcap when building for LinuxSzymon Janc2014-08-221-0/+2
* android: Fix header includeAndrei Emeltchenko2014-08-221-3/+1
* android: Make multi-line comments style consistentSzymon Janc2014-04-291-4/+8
* android/bluetooth: Make possible to start BlueZ in a single modeLukasz Rymanowski2014-04-241-1/+4
* android: Fix not unregistering last profileJakub Tyszkowski2014-04-181-1/+1
* android: Fix NULL pointer dereferenceMarcin Kraglak2014-03-311-2/+5
* android: Fix some random code style issuesSzymon Janc2014-03-201-1/+1
* android/health: Add health.c|h file with basic callsRavi kumar Veeramally2014-03-141-0/+14
* android: Enable mgmt debug logsLukasz Rymanowski2014-03-101-2/+6
* android: Add possible to enable BlueZ debug logsLukasz Rymanowski2014-03-101-1/+7
* android: Pass mode parameter to registered servicesSzymon Janc2014-03-041-7/+7
* android/gatt: Add initial filesGrzegorz Kolodziejczyk2014-03-031-0/+14
* android: Fix not cleaup AVRCP serviceLuiz Augusto von Dentz2014-03-021-0/+3
* android: Create comon header for IPCSzymon Janc2014-02-281-0/+1
* android: Add support for disabling notifications in IPCSzymon Janc2014-02-281-1/+2
* android: Add support for registering disconnect callback in IPCSzymon Janc2014-02-281-1/+6
* android: Refactor IPC initSzymon Janc2014-02-281-16/+25
* android: Update socket service id name to match service nameSzymon Janc2014-02-241-3/+3
* android: Update copyright and license detailsMarcel Holtmann2014-02-111-10/+10
* android/handsfree: Add initial filesSzymon Janc2014-02-051-0/+14
* android: Add initial skeleton for AVRCP in the daemonLuiz Augusto von Dentz2014-01-261-0/+11
* android: Use src/log.h include instead of just log.hMarcel Holtmann2014-01-261-1/+1
* android: Change user to bluetooth when starting daemonSzymon Janc2014-01-171-0/+13
* android: Fix host build if libcap headers are not presentSzymon Janc2014-01-141-0/+2
* android: Remove support for old Android versionsSzymon Janc2014-01-141-6/+1
* android: Use G_N_ELEMENTS macro for table elements calculationSzymon Janc2013-12-031-1/+1
* android: Move sockets handling from main to IPC codeSzymon Janc2013-12-031-149/+2
* android/main: Use common exit path in core service functionsSzymon Janc2013-12-021-15/+25
* android/main: Use generic IPC message handling for core serviceSzymon Janc2013-12-021-67/+16
* android: Add reasons for adding capabilites to processRavi kumar Veeramally2013-11-291-0/+3
* android/main: Call unregister for all registered services on exitAndrei Emeltchenko2013-11-291-0/+34