Version 3 of this patch-set addresses problem found by Aurelien regarding the action string passed to the external agent collecting alpha-numeric strings on "out-alpha" prompts. This fix therefore now differentiates alphanumeric collection due to "in-alpha" (acceptor role) from "out-alpha" (initiator role). Brian Gix (1): mesh: Fix inOOB and outOOB agent handling on prov initiate Inga Stotland (1): tools/mesh-cfgclient: Add full support inOOB and outOOB mesh/agent.c | 28 ++++--- mesh/agent.h | 4 +- mesh/prov-acceptor.c | 2 +- mesh/prov-initiator.c | 71 +++++++++++++--- tools/mesh-cfgclient.c | 178 ++++++++++++++++++++++++++++++++++------- tools/mesh-gatt/prov.c | 9 ++- tools/mesh/agent.c | 21 +++-- tools/mesh/agent.h | 4 +- 8 files changed, 249 insertions(+), 68 deletions(-) -- 2.21.0