summaryrefslogtreecommitdiff
path: root/android/pan.c
Commit message (Expand)AuthorAgeFilesLines
...
* bnep: Rename bnep_kill_connection to bnep_conndelRavi kumar Veeramally2013-12-111-1/+1
* android/pan: Move logic from HAL to daemonJakub Tyszkowski2013-12-081-0/+19
* android/pan: Move logic from HAL layer to daemonJakub Tyszkowski2013-12-081-2/+14
* android/pan: Fix no return on error pathAndrei Emeltchenko2013-12-081-5/+8
* android/pan: Remove unneeded NULL assignmentAndrei Emeltchenko2013-12-081-1/+0
* android: Use G_N_ELEMENTS macro for table elements calculationSzymon Janc2013-12-031-1/+1
* android/pan: Use generic IPC message handling for commandsSzymon Janc2013-12-021-45/+42
* android/pan: Fix sending uninitialised bytesLuiz Augusto von Dentz2013-11-291-0/+1
* android/pan: Implement the get local role method in daemonRavi kumar Veeramally2013-11-291-2/+8
* android/pan: Implement pan disconnect method in daemonRavi kumar Veeramally2013-11-291-2/+28
* android/pan: Implement pan connect method in daemonRavi kumar Veeramally2013-11-291-7/+212
* android: Don't pass notification socket on services registerSzymon Janc2013-11-281-13/+1
* android: Remove socket parameter from ipc_send_rspSzymon Janc2013-11-281-1/+1
* android: Handle multiple init(register) and cleanup(unregister) calls properlyRavi kumar Veeramally2013-11-191-0/+6
* android/pan: Fix wrong struct parameter in disconnect function callRavi kumar Veeramally2013-11-191-1/+2
* android: Improve IPC helper to not send invalid status responseSzymon Janc2013-11-181-1/+1
* android/pan: Fix wrong HAL service idRavi kumar Veeramally2013-11-151-1/+1
* android: Pass notification socket fd to service handlersSzymon Janc2013-11-071-9/+6
* android: Make IPC helpers accept file descriptorSzymon Janc2013-11-071-1/+2
* android/pan: Add initial code for handling commandsLuiz Augusto von Dentz2013-11-041-0/+56
* android: Add initial skeleton for pan in the daemonLuiz Augusto von Dentz2013-11-041-0/+53