Continuing the refactoring started in 12b984d1d, this patch adds --io option to bluetooth-meshd, so that the user is able to select mesh-io implementation. Compared to v3, this moves option parsing from main into mesh-io-api. Michał Lowas-Rzechonek (1): mesh: Added --io option mesh/main.c | 48 +++++++++++++++++++++++++++--------------- mesh/mesh-io-api.h | 2 ++ mesh/mesh-io-generic.c | 30 ++++++++++++++++++++++++++ mesh/mesh-io.c | 9 ++++++-- mesh/mesh-io.h | 2 +- mesh/mesh.c | 4 ++-- mesh/mesh.h | 2 +- 7 files changed, 74 insertions(+), 23 deletions(-) -- 2.22.0