diff --git a/android/adapter.c b/android/adapter.c
index fb5c462..56ac4b7 100644
--- a/android/adapter.c
+++ b/android/adapter.c
}
}
+static void get_properties(void)
+{
+ get_address();
+ get_name();
+ get_uuids();
+ get_class();
+ get_type();
+ get_service();
+ get_scan_mode();
+ get_devices();
+ get_disc_timeout();
+}
+
static bool start_discovery(void)
{
struct mgmt_cp_start_discovery cp;
goto error;
break;
+ case HAL_OP_GET_ADAPTER_PROPS:
+ get_properties();
+
+ break;
case HAL_OP_GET_ADAPTER_PROP:
if (!get_property(buf, len))
goto error;