summaryrefslogtreecommitdiff
path: root/android/hal-pan.c
Commit message (Expand)AuthorAgeFilesLines
* android: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-12/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* android: Fix crash on android-testerLuiz Augusto von Dentz2014-12-031-2/+2
* android: Fix not setting max_clientsLuiz Augusto von Dentz2014-11-171-0/+1
* android/hal-pan: Update control_state callback to Android 5 APISzymon Janc2014-11-071-2/+9
* android: Fix non-ANSI function declarationLuiz Augusto von Dentz2014-07-031-1/+1
* android: Fix using plain integer as NULL pointerLuiz Augusto von Dentz2014-07-031-5/+5
* android/hal-ipc: Pass FD to notification handlersSzymon Janc2014-06-121-2/+2
* android/hal-pan: Use compact syntax for event handlersSzymon Janc2014-06-101-10/+4
* android: Make multi-line comments style consistentSzymon Janc2014-04-291-3/+6
* android/hal: Update services register commands with mode parameterSzymon Janc2014-03-041-0/+1
* android/hal-pan: Fix empty parameters list in functio definitionSzymon Janc2014-02-281-1/+1
* android/hal-pan: Fix using wrong structure in pan_cleanupSzymon Janc2014-02-281-1/+1
* android/pan: Fix control state change callback parameters orderRavi kumar Veeramally2014-01-281-2/+11
* android/pan: Move logic from HAL to daemonJakub Tyszkowski2013-12-081-14/+0
* android/pan: Move logic from HAL layer to daemonJakub Tyszkowski2013-12-081-3/+0
* android/pan: Unregister ipc handlers if init failsJakub Tyszkowski2013-12-081-1/+12
* android/hal-pan: Fix order of event handler registrationRavi kumar Veeramally2013-11-201-4/+4
* android/hal-pan: Return error in case of unsupported PAN rolesRavi kumar Veeramally2013-11-191-0/+17
* android/hal-pan: Use generic IPC message handling for eventsSzymon Janc2013-11-191-19/+21
* android/pan: Handle connection and control state notificationsRavi kumar Veeramally2013-11-131-0/+31
* android/pan: Add notify method to PAN notificationsRavi kumar Veeramally2013-11-131-0/+6
* android/pan: Add PAN cleanup interface implementationRavi kumar Veeramally2013-11-121-3/+6
* android/hal-pan: Add implementation of .disconnectLuiz Augusto von Dentz2013-10-281-3/+5
* android/hal-pan: Add implementation of .connectLuiz Augusto von Dentz2013-10-281-3/+8
* android/hal-pan: Add implementation of .get_local_roleLuiz Augusto von Dentz2013-10-281-1/+10
* android/hal-pan: Add implementation of .enableLuiz Augusto von Dentz2013-10-281-1/+6
* android/hal-pan: Add implementation of .initLuiz Augusto von Dentz2013-10-281-4/+7
* android: Use pan prefix instead of bt_panLuiz Augusto von Dentz2013-10-231-19/+19
* android/hal: Unify HALs callbacks pointers definitionSzymon Janc2013-10-221-1/+1
* android/hal: Make hal.h self containedSzymon Janc2013-10-221-3/+0
* android: Use hal-log.h for logging in pan HALSzymon Janc2013-10-201-9/+7
* android: Add PAN skeletonAndrei Emeltchenko2013-10-181-0/+123