summaryrefslogtreecommitdiff
path: root/android/hal-hidhost.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2013-10-22 15:24:55 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-22 16:51:07 +0300
commit76384da137ed94abb03f0c4b697bd31ef9d1c4d6 (patch)
tree982b5c57bf3b1edc9fe763b5af4087b39fde3e0e /android/hal-hidhost.c
parent5258fa30a4ee03819f33435f7ddc25e02ce3dd2a (diff)
downloadbluez-76384da137ed94abb03f0c4b697bd31ef9d1c4d6.tar.gz
android/hal: Unify HALs callbacks pointers definition
Those are not suppose to be modified or used outside of each HAL.
Diffstat (limited to 'android/hal-hidhost.c')
-rw-r--r--android/hal-hidhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-hidhost.c b/android/hal-hidhost.c
index e1a3e97d2..f941f2f08 100644
--- a/android/hal-hidhost.c
+++ b/android/hal-hidhost.c
@@ -24,7 +24,7 @@
#include "hal-msg.h"
#include "hal-ipc.h"
-bthh_callbacks_t *bt_hh_cbacks;
+static const bthh_callbacks_t *bt_hh_cbacks;
static bool interface_ready(void)
{