Received: by 2002:a05:6358:45e:b0:b5:b6eb:e1f9 with SMTP id 30csp527381rwe; Thu, 1 Sep 2022 03:51:49 -0700 (PDT) X-Google-Smtp-Source: AA6agR7Tnsv3fbfELw4UOO7QZL8/3ESrbr1ttQMnb0IZv3m52rB78xPwfK6mxynmFF3/RAbimxKt X-Received: by 2002:a17:902:f60f:b0:172:86f6:241b with SMTP id n15-20020a170902f60f00b0017286f6241bmr30274432plg.162.1662029508902; Thu, 01 Sep 2022 03:51:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1662029508; cv=none; d=google.com; s=arc-20160816; b=00GJXXbSEu4sI75Kh/qxbxqHOzih+O8NYSvgL61xQJh6IQKOy734QW7WYHNS3WahPM ELkrDTqrTvF7Gp8oloLQwfj4HH/sSZduKRmI6JmJdV3c9GER3omNm09ctar+2uSQ/028 I0xB0Q2lxGQUSLBIlvFGs/S2dsniRbojzlMR1qdIgSqIUpW2ifHwPcVUWk1dHQoj4yXG vsglwwcz60Yqb5+kwylxkwzvFSvmN6+VCwsa9XeAIxAI9BJLEzRvHLwyBUGZhUi8NVDV 7bU/l39yzUvOk8l87lj+96V6rs/+hCl79QlystqTKdBYbMzxJwVI9GZSfxAmYaQDHdL1 zbQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:to:from; bh=BLh5bEVm8GpC7SQ+4SP74vq+1o6sAZbeTS1EBI2J+2s=; b=yDTZSXtrMTm+vokFlci2m/uB60DabaSNFrq5JNF7wILidzlcxOvmf0jLMe0/SuGiwU weCErBQ2nTPge0inLJbfLX0d+zka6AserrjiNC8IsK13uaueff0ewTzl41szeUDcl3a1 3ywSicfDIMYw92U703neV6NiG9jHu3x5MAEQ5OKRkpP1e+imhGB3de/ahjoVmp2ZZUox cEQhMsC2Bn4O6YUqCD+90kcGbHWJ+jMrIhsnoYjs+TB1q33udotbFjbZ+u4TFKQIV94f XcKVd/dSM05XGGACcW41+sxn9vvCeX3aUA+WGq4SVUhPWChKHiS2T62PHeaEOcZl4QQt HwRg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id 193-20020a6301ca000000b0041d296674edsi7325273pgb.677.2022.09.01.03.51.37; Thu, 01 Sep 2022 03:51:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233928AbiIAKnx (ORCPT + 99 others); Thu, 1 Sep 2022 06:43:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234368AbiIAKnq (ORCPT ); Thu, 1 Sep 2022 06:43:46 -0400 Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5DD9BB93B for ; Thu, 1 Sep 2022 03:43:41 -0700 (PDT) Received: (Authenticated sender: hadess@hadess.net) by mail.gandi.net (Postfix) with ESMTPSA id EAB02240017 for ; Thu, 1 Sep 2022 10:43:39 +0000 (UTC) From: Bastien Nocera To: linux-bluetooth@vger.kernel.org Subject: [PATCH BlueZ v6 6/6] adapter: Remove experimental flag for PowerState Date: Thu, 1 Sep 2022 12:43:31 +0200 Message-Id: <20220901104331.174588-6-hadess@hadess.net> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220901104331.174588-1-hadess@hadess.net> References: <20220901104331.174588-1-hadess@hadess.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Now that the feature has been tested, that the API is deemed adequate and the reliability sufficient. --- src/adapter.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/adapter.c b/src/adapter.c index dc96b9718..b3d25f4b0 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -3861,8 +3861,7 @@ static const GDBusPropertyTable adapter_properties[] = { { "Alias", "s", property_get_alias, property_set_alias }, { "Class", "u", property_get_class }, { "Powered", "b", property_get_powered, property_set_powered }, - { "PowerState", "s", property_get_power_state, NULL, NULL, - G_DBUS_PROPERTY_FLAG_EXPERIMENTAL }, + { "PowerState", "s", property_get_power_state }, { "Discoverable", "b", property_get_discoverable, property_set_discoverable }, { "DiscoverableTimeout", "u", property_get_discoverable_timeout, -- 2.37.2