Change-Id: Ibca427f5f6824878c0a615f6792a90139b59993a
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
bool notify;
int err;
+ if (TIZEN_FEATURE_BLUEZ_FHUB) {
+ error("This function is not supported in DA product");
+ g_dbus_pending_property_error(id, ERROR_INTERFACE ".NotSupported",
+ "Operation is not supported");
+ return;
+ }
+
if (dbus_message_iter_get_arg_type(iter) != DBUS_TYPE_UINT16) {
g_dbus_pending_property_error(id,
ERROR_INTERFACE ".InvalidArguments",