All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/4] Mesh send/publish API change
@ 2020-08-24  3:54 Inga Stotland
  2020-08-24  3:54 ` [PATCH BlueZ 1/4] doc/mesh-api: Add "options" dictionary to Send/Publish Inga Stotland
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Inga Stotland @ 2020-08-24  3:54 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, Inga Stotland

This patch set modifies Send, DevKeySend, Publish & VendorPublish
methods on bleuz.mesh.Node interface to include additional argument
"options".
This new argument is a dictionary that currently has only one
new key word defined:
    "ForceSegmented" - to force small payloads to be sent as
    		      one-segment messages

Other key words may be defined in future to accommodate evolving
requirements of Mesh Profile specification.


Inga Stotland (4):
  doc/mesh-api: Add "options" dictionary to Send/Publish
  mesh: Handle "options" dictionary in Send/Publish methods
  tools/mesh-cfglient: Add "options" to Send/DevKeySend
  test/test-mesh: Add "options" to Send/Publish

 doc/mesh-api.txt       | 47 ++++++++++++++++++--
 mesh/cfgmod-server.c   |  2 +-
 mesh/model.c           |  6 +--
 mesh/model.h           |  9 ++--
 mesh/node.c            | 99 +++++++++++++++++++++++++++++-------------
 test/test-mesh         | 10 ++++-
 tools/mesh-cfgclient.c |  8 ++++
 7 files changed, 136 insertions(+), 45 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-08-24 15:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24  3:54 [PATCH BlueZ 0/4] Mesh send/publish API change Inga Stotland
2020-08-24  3:54 ` [PATCH BlueZ 1/4] doc/mesh-api: Add "options" dictionary to Send/Publish Inga Stotland
2020-08-24  4:27   ` [BlueZ,1/4] " bluez.test.bot
2020-08-24 15:04   ` [PATCH BlueZ 1/4] " Gix, Brian
2020-08-24  3:54 ` [PATCH BlueZ 2/4] mesh: Handle "options" dictionary in Send/Publish methods Inga Stotland
2020-08-24  3:54 ` [PATCH BlueZ 3/4] tools/mesh-cfglient: Add "options" to Send/DevKeySend Inga Stotland
2020-08-24  3:54 ` [PATCH BlueZ 4/4] test/test-mesh: Add "options" to Send/Publish Inga Stotland

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.