From patchwork Wed Mar 15 22:16:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pauli Virtanen X-Patchwork-Id: 663550 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B1450C6FD1D for ; Wed, 15 Mar 2023 22:16:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232116AbjCOWQs (ORCPT ); Wed, 15 Mar 2023 18:16:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232383AbjCOWQs (ORCPT ); Wed, 15 Mar 2023 18:16:48 -0400 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A877166FF for ; Wed, 15 Mar 2023 15:16:42 -0700 (PDT) Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 2AFD724064F for ; Wed, 15 Mar 2023 23:16:41 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PcPr858qlz6tp6; Wed, 15 Mar 2023 23:16:40 +0100 (CET) From: Pauli Virtanen To: linux-bluetooth@vger.kernel.org Cc: Pauli Virtanen Subject: [PATCH BlueZ v2 2/2] doc: describe new ISO Transport properties Date: Wed, 15 Mar 2023 22:16:39 +0000 Message-Id: <6a9a8ad4f432b2c5e1d9e290e8eba6ebfd7985f4.1678918574.git.pav@iki.fi> In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Document the currently undocumented transport QoS properties. --- Notes: v2: Fix errors in v1. Don't update Delay, implementation may change. doc/media-api.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/media-api.txt b/doc/media-api.txt index 281f72c1e..3746ccd55 100644 --- a/doc/media-api.txt +++ b/doc/media-api.txt @@ -804,3 +804,43 @@ Properties object Device [readonly] Linked transport objects which the transport is associated with. + + byte CIG [ISO only, optional, experimental] + + Indicates configured QoS CIG. + Only present when QoS is configured. + + byte CIS [ISO only, optional, experimental] + + Indicates configured QoS CIS. + Only present when QoS is configured. + + uint32 Interval [ISO only, optional, experimental] + + Indicates configured QoS interval. + Only present when QoS is configured. + + boolean Framing [ISO only, optional, experimental] + + Indicates configured QoS framing. + Only present when QoS is configured. + + byte PHY [ISO only, optional, experimental] + + Indicates configured QoS PHY. + Only present when QoS is configured. + + uint16 SDU [ISO only, optional, experimental] + + Indicates configured QoS SDU. + Only present when QoS is configured. + + byte Retransmissions [ISO only, optional, experimental] + + Indicates configured QoS retransmissions. + Only present when QoS is configured. + + uint16 Latency [ISO only, optional, experimental] + + Indicates configured QoS latency. + Only present when QoS is configured.