summaryrefslogtreecommitdiff
path: root/android/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* android/main: Free enabled string on exitAndrei Emeltchenko2013-11-291-0/+3
* android/main: Remove signal source on exitAndrei Emeltchenko2013-11-291-1/+5
* android/main: Remove timeout source on exitAndrei Emeltchenko2013-11-291-1/+6
* android: Avoid memory leak warnings for event_loopAndrei Emeltchenko2013-11-291-1/+2
* android: Don't pass notification socket on services registerSzymon Janc2013-11-281-8/+5
* android: Use ipc_send_rsp helper for replying successSzymon Janc2013-11-281-4/+4
* android: Remove socket parameter from ipc_send_rspSzymon Janc2013-11-281-11/+6
* android: Initialize IPC with command and notification socketsSzymon Janc2013-11-281-0/+5
* android: Add CAP_NET_RAW capabilityRavi kumar Veeramally2013-11-271-0/+1
* android: Improve IPC helper to not send invalid status responseSzymon Janc2013-11-181-4/+8
* android: Rename bluetooth service functions to match service nameSzymon Janc2013-11-141-6/+7
* android: Rename adapter.c to bluetooth.cSzymon Janc2013-11-141-1/+1
* android: Report adapter address in adapter_ready callbackSzymon Janc2013-11-141-6/+9
* android: Move adapter initialization to adapter.cSzymon Janc2013-11-141-250/+50
* android: Core service should be always registeredSzymon Janc2013-11-131-0/+3
* android: Shutdown if IPC command for unregistered service is receivedSzymon Janc2013-11-131-0/+7
* android: Fix error handling in adapter_readySzymon Janc2013-11-081-2/+2
* android: Fix PAN service registrationMarcin Kraglak2013-11-081-1/+1
* android: Rename hid.c to hidhost.cSzymon Janc2013-11-071-1/+1
* android: Use payload member to access message dataSzymon Janc2013-11-071-1/+1
* android: Pass notification socket fd to service handlersSzymon Janc2013-11-071-15/+11
* android: Make IPC helpers accept file descriptorSzymon Janc2013-11-071-9/+11
* android: Use more common 'failed' label instead of 'error'Johan Hedberg2013-11-061-19/+19
* android: Add option to specify controller index to useSzymon Janc2013-11-061-10/+29
* android: Stop mainloop if reading index list failedSzymon Janc2013-11-061-4/+8
* android: Stop mainloop if reading version failedSzymon Janc2013-11-061-3/+6
* android: Remove mgmt_version and mgmt_revision static variablesSzymon Janc2013-11-061-3/+1
* android: Require at least 1.3 version of mgmt interfaceSzymon Janc2013-11-061-2/+2
* android/pan: Add initial code for handling commandsLuiz Augusto von Dentz2013-11-041-0/+4
* android: Add initial skeleton for pan in the daemonLuiz Augusto von Dentz2013-11-041-0/+9
* android/a2dp: Add initial code for handling commandsLuiz Augusto von Dentz2013-11-041-0/+4
* android: Add initial skeleton for a2dp in the daemonLuiz Augusto von Dentz2013-11-041-0/+9
* android: Switch controller off when shutting the daemon downMarcel Holtmann2013-10-311-27/+33
* android: Power off controller when daemon gets killedMarcel Holtmann2013-10-311-3/+42
* android: Don't use abort() for exitMarcel Holtmann2013-10-311-1/+1
* android: No need for volatile sig_atomic_t when using signalfdMarcel Holtmann2013-10-311-4/+3
* android: Exit daemon if no controller is found within 5 secondsMarcel Holtmann2013-10-311-9/+27
* android: Initial implementation of socket interfaceMarcin Kraglak2013-10-311-0/+4
* android: Rename ipc_send_error to ipc_send_rspLuiz Augusto von Dentz2013-10-251-4/+4