mbox series

[BlueZ,0/1] mesh: Add strings for SIG Model IDs.

Message ID bc557704-e59c-d83b-9d5a-698ef37b23a9@mnmoran.org (mailing list archive)
Headers show
Series mesh: Add strings for SIG Model IDs. | expand

Message

Michael N. Moran Aug. 1, 2020, 4:28 a.m. UTC
My first BlueZ patch.

This patch adds a utility function returning a string
describing a SIG Model ID and uses this function
for in the mesh-cfgclient in the list-nodes command
output and in the display of received composition data.

The strings were taken directly from the Bluetooth Mesh Profile
and Mesh Model specifications.

Michael N. Moran (1):
   Add strings for SIG Model IDs.

  tools/mesh/cfgcli.c |  3 ++-
  tools/mesh/remote.c |  5 ++--
  tools/mesh/util.c   | 64 
+++++++++++++++++++++++++++++++++++++++++++++
  tools/mesh/util.h   |  1 +
  4 files changed, 70 insertions(+), 3 deletions(-)