mbox series

[BlueZ,v2,0/4] Use compliant UUID for mesh

Message ID 20210212214244.74995-1-inga.stotland@intel.com (mailing list archive)
Headers show
Series Use compliant UUID for mesh | expand

Message

Stotland, Inga Feb. 12, 2021, 9:42 p.m. UTC
v2: Incorporate Michał's suggestion to use Python's uuid module
functions.

************
Mesh profile spec states that the values use for Device UUIDs
folow format and generation procedures outlined in RFC 4122.
This patch set addresses this requirement.


Inga Stotland (4):
  doc/mesh-api: Add notion of Device UUID compliance
  mesh: Add validation of Device UUID value
  test/test-mesh: Generate correct value for Device UUID
  tools/mesh-cfg-client:

 Makefile.am            |  6 ++++--
 doc/mesh-api.txt       |  9 ++++++---
 mesh/mesh.c            | 18 +++++++++---------
 test/test-mesh         |  7 +++----
 tools/mesh-cfgclient.c |  6 +++---
 tools/mesh/mesh-db.c   |  2 +-
 6 files changed, 26 insertions(+), 22 deletions(-)

Comments

Brian Gix Feb. 16, 2021, 7:55 p.m. UTC | #1
Patchset Applied

On Fri, 2021-02-12 at 13:42 -0800, Inga Stotland wrote:
> v2: Incorporate Michał's suggestion to use Python's uuid module
> functions.
> 
> ************
> Mesh profile spec states that the values use for Device UUIDs
> folow format and generation procedures outlined in RFC 4122.
> This patch set addresses this requirement.
> 
> 
> Inga Stotland (4):
>   doc/mesh-api: Add notion of Device UUID compliance
>   mesh: Add validation of Device UUID value
>   test/test-mesh: Generate correct value for Device UUID
>   tools/mesh-cfg-client:
> 
>  Makefile.am            |  6 ++++--
>  doc/mesh-api.txt       |  9 ++++++---
>  mesh/mesh.c            | 18 +++++++++---------
>  test/test-mesh         |  7 +++----
>  tools/mesh-cfgclient.c |  6 +++---
>  tools/mesh/mesh-db.c   |  2 +-
>  6 files changed, 26 insertions(+), 22 deletions(-)
>