All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 0/3] Include destination address in MessageReceived API
@ 2019-11-25 12:31 Michał Lowas-Rzechonek
  2019-11-25 12:31 ` [PATCH BlueZ v2 1/3] mesh: Fix test-join to include mandatory VendorModels property Michał Lowas-Rzechonek
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Michał Lowas-Rzechonek @ 2019-11-25 12:31 UTC (permalink / raw)
  To: linux-bluetooth

This patchset changes the MessageReceived API, replacing 'subscription'
flag with destination address of received messages.

The application receives destination address as a D-Bus variant,
containing either as a regular 16bit address (unicast/group) or a
16-octet virtual label.

See previous discussion https://marc.info/?t=156719067300001&r=1&w=2 for
rationale.

v2: Fix test scripts:
 - fix API in test-join
 - display model subscriptions in test-join and test-mesh


Michał Lowas-Rzechonek (3):
  mesh: Fix test-join to include mandatory VendorModels property
  mesh: Provide destination address in MessageReceived API
  mesh: Inform application about model subscriptions

 doc/mesh-api.txt |  32 +++++++++++---
 mesh/model.c     | 107 ++++++++++++++++++++++++++++++++++++++++++++---
 test/test-join   |  37 +++++++++++++---
 test/test-mesh   |  33 ++++++++-------
 4 files changed, 179 insertions(+), 30 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2019-11-26  2:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-25 12:31 [PATCH BlueZ v2 0/3] Include destination address in MessageReceived API Michał Lowas-Rzechonek
2019-11-25 12:31 ` [PATCH BlueZ v2 1/3] mesh: Fix test-join to include mandatory VendorModels property Michał Lowas-Rzechonek
2019-11-25 12:31 ` [PATCH BlueZ v2 2/3] mesh: Provide destination address in MessageReceived API Michał Lowas-Rzechonek
2019-11-25 12:31 ` [PATCH BlueZ v2 3/3] mesh: Inform application about model subscriptions Michał Lowas-Rzechonek
2019-11-26  2:17   ` Stotland, Inga

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.