All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] mesh: Move HCI handling to mesh-io-generic
@ 2019-06-18 11:26 Michał Lowas-Rzechonek
  2019-06-18 11:26 ` [PATCH BlueZ 1/1] " Michał Lowas-Rzechonek
  2019-06-18 19:59 ` [PATCH BlueZ 0/1] " Gix, Brian
  0 siblings, 2 replies; 6+ messages in thread
From: Michał Lowas-Rzechonek @ 2019-06-18 11:26 UTC (permalink / raw)
  To: linux-bluetooth

This patch enables us to implement more I/O layers, particularly non-HCI
ones.

As of Bluetooth 5.1, standard HCI commands don't allow precise control
over mesh-related advertising, making this I/O layer very inefficient.
Therefore, it is desirable to have an option to use a non-HCI transport
to talk to radio transceiver, at least until Bluetooth extends HCI so
that standard BLE Controllers achieve good performance.

Another use case would be a non-local radio: the mesh stack can run on a
secure device, but due to physical constraints it might need to use
radio transceiver located at a distance, connected e.g. via LAN.

Michał Lowas-Rzechonek (1):
  mesh: Move HCI handling to mesh-io-generic

 mesh/main.c            |   4 +-
 mesh/mesh-io-api.h     |   3 +-
 mesh/mesh-io-generic.c | 203 ++++++++++++++++++++++++++++++++++++-----
 mesh/mesh-io.c         |  17 ++--
 mesh/mesh-io.h         |   2 +-
 mesh/mesh.c            | 189 +++-----------------------------------
 mesh/mesh.h            |   4 +-
 7 files changed, 209 insertions(+), 213 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2019-06-20 18:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18 11:26 [PATCH BlueZ 0/1] mesh: Move HCI handling to mesh-io-generic Michał Lowas-Rzechonek
2019-06-18 11:26 ` [PATCH BlueZ 1/1] " Michał Lowas-Rzechonek
2019-06-20 18:02   ` Gix, Brian
2019-06-18 19:59 ` [PATCH BlueZ 0/1] " Gix, Brian
2019-06-18 20:04   ` Gix, Brian
2019-06-19  6:56     ` Michał Lowas-Rzechonek

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.