diff --git a/android/bluetooth.c b/android/bluetooth.c
index 55fd719..4849dab 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
#define BASELEN_PROP_CHANGED (sizeof(struct hal_ev_adapter_props_changed) \
+ (sizeof(struct hal_property)))
-static uint16_t option_index = MGMT_INDEX_NONE;
-
#define BASELEN_REMOTE_DEV_PROP (sizeof(struct hal_ev_remote_device_props) \
+ sizeof(struct hal_property))
0
};
+static uint16_t option_index = MGMT_INDEX_NONE;
static struct mgmt *mgmt_if = NULL;
static GSList *devices = NULL;