Diff between 57a9c82aca4ab75a44e3d23aa997530d9013a6ad and 326d212791a972a947ea977c5aa64124fffb5304

Changed Files

File Additions Deletions Status
android/bluetooth.c +1 -2 modified

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index 55fd719..4849dab 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -70,8 +70,6 @@
 #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))
 
@@ -132,6 +130,7 @@ static const uint16_t uuid_list[] = {
 	0
 };
 
+static uint16_t option_index = MGMT_INDEX_NONE;
 static struct mgmt *mgmt_if = NULL;
 static GSList *devices = NULL;