All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gix, Brian" <brian.gix@intel.com>
To: "linux-bluetooth@vger.kernel.org"
	<linux-bluetooth@vger.kernel.org>,
	"Stotland, Inga" <inga.stotland@intel.com>
Subject: Re: [PATCH BlueZ] doc/mesh-api: Restore properties in mesh node hierarchy
Date: Fri, 26 Jul 2019 16:19:31 +0000	[thread overview]
Message-ID: <1564157970.16999.1.camel@intel.com> (raw)
In-Reply-To: <20190726020310.27266-1-inga.stotland@intel.com>

applied

On Thu, 2019-07-25 at 19:03 -0700, Inga Stotland wrote:
> This restores Features, Beacon, BeaconFlags, IvIndex and
> SecondsSinceLAst heard properties under the
> org.bluez.mesh.Node1 interface.
> ---
>  doc/mesh-api.txt | 98 ++++++++++++++++++++++++------------------------
>  1 file changed, 49 insertions(+), 49 deletions(-)
> 
> diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt
> index ff6b33346..7b62c0af4 100644
> --- a/doc/mesh-api.txt
> +++ b/doc/mesh-api.txt
> @@ -343,6 +343,55 @@ Methods:
>  			org.bluez.mesh.Error.DoesNotExist
>  			org.bluez.mesh.Error.InvalidArguments
>  
> +Properties:
> +	dict Features [read-only]
> +
> +		The dictionary that contains information about feature support.
> +		The following keys are defined:
> +
> +		boolean Friend
> +
> +			Indicates the ability to establish a friendship with a
> +			Low Power node
> +
> +		boolean LowPower
> +
> +			Indicates support for operating in Low Power node mode
> +
> +		boolean Proxy
> +
> +			Indicates support for GATT proxy
> +
> +		boolean Relay
> +			Indicates support for relaying messages
> +
> +	If a key is absent from the dictionary, the feature is not supported.
> +	Otherwise, true means that the feature is enabled and false means that
> +	the feature is disabled.
> +
> +	boolean Beacon [read-only]
> +
> +		This property indicates whether the periodic beaconing is
> +		enabled (true) or disabled (false).
> +
> +	uint8 BeaconFlags [read-only]
> +
> +		This property may be read at any time to determine the flag
> +		field setting on sent and received beacons of the primary
> +		network key.
> +
> +	uint32 IvIndex [read-only]
> +
> +		This property may be read at any time to determine the IV_Index
> +		that the current network is on. This information is only useful
> +		for provisioning.
> +
> +	uint32 SecondsSinceLastHeard [read-only]
> +
> +		This property may be read at any time to determine the number of
> +		seconds since mesh network layer traffic was last detected on
> +		this node's network.
> +
>  Mesh Provisioning Hierarchy
>  ============================
>  Service		org.bluez.mesh
> @@ -618,55 +667,6 @@ Methods:
>  		PossibleErrors:
>  			org.bluez.mesh.Error.InvalidArguments
>  
> -Properties:
> -	dict Features [read-only]
> -
> -		The dictionary that contains information about feature support.
> -		The following keys are defined:
> -
> -		boolean Friend
> -
> -			Indicates the ability to establish a friendship with a
> -			Low Power node
> -
> -		boolean LowPower
> -
> -			Indicates support for operating in Low Power node mode
> -
> -		boolean Proxy
> -
> -			Indicates support for GATT proxy
> -
> -		boolean Relay
> -			Indicates support for relaying messages
> -
> -	If a key is absent from the dictionary, the feature is not supported.
> -	Otherwise, true means that the feature is enabled and false means that
> -	the feature is disabled.
> -
> -	boolean Beacon [read-only]
> -
> -		This property indicates whether the periodic beaconing is
> -		enabled (true) or disabled (false).
> -
> -	uint8 BeaconFlags [read-only]
> -
> -		This property may be read at any time to determine the flag
> -		field setting on sent and received beacons of the primary
> -		network key.
> -
> -	uint32 IvIndex [read-only]
> -
> -		This property may be read at any time to determine the IV_Index
> -		that the current network is on. This information is only useful
> -		for provisioning.
> -
> -	uint32 SecondsSinceLastHeard [read-only]
> -
> -		This property may be read at any time to determine the number of
> -		seconds since mesh network layer traffic was last detected on
> -		this node's network.
> -
>  Mesh Application Hierarchy
>  ==========================
>  Service		unique name

      reply	other threads:[~2019-07-26 16:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-26  2:03 [PATCH BlueZ] doc/mesh-api: Restore properties in mesh node hierarchy Inga Stotland
2019-07-26 16:19 ` Gix, Brian [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1564157970.16999.1.camel@intel.com \
    --to=brian.gix@intel.com \
    --cc=inga.stotland@intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.