diff --git a/android/Android.mk b/android/Android.mk
index 946e9cd..56c43cb 100644
--- a/android/Android.mk
+++ b/android/Android.mk
hal-hidhost.c \
hal-pan.c \
hal-av.c \
+ client/textconv.c \
LOCAL_C_INCLUDES += \
$(call include-path-for, system-core) \
diff --git a/android/hal-bluetooth.c b/android/hal-bluetooth.c
index 282a680..5929fff 100644
--- a/android/hal-bluetooth.c
+++ b/android/hal-bluetooth.c
#include "hal-msg.h"
#include "hal-ipc.h"
+#include "client/textconv.h"
+
static const bt_callbacks_t *bt_hal_cbacks = NULL;
static void handle_adapter_state_changed(void *buf)
{
struct hal_cmd_get_adapter_prop cmd;
- DBG("");
+ DBG("prop: %s", bt_property_type_t2str(type));
if (!interface_ready())
return BT_STATUS_NOT_READY;
char buf[sizeof(struct hal_cmd_set_adapter_prop) + property->len];
struct hal_cmd_set_adapter_prop *cmd = (void *) buf;
- DBG("");
+ DBG("prop: %s", bt_property_type_t2str(property->type));
if (!interface_ready())
return BT_STATUS_NOT_READY;