mbed-os/features/nanostack/mbed-mesh-api
Michal Paszta 53a82faa5a Prevent double attempt to connect mesh api
Socket network interface tests were failing due to DICONNECTED event
being advertised, where GLOBAL_UP was expected. It turned out that
nanostack receives two events: APPL_EVENT_CONNECT and
APPL_BACKHAUL_INTERFACE_PHY_UP. The second attempt to connect obviously
returns errors, but it also causes events to be sent out to the
application. The second attempt should not take place in case the
bootstrap is already started.

I also fixed two reports being sent with DISCONNECT status, while they
are actually something else.
2019-01-30 15:08:11 +02:00
..
mbed-mesh-api mbed.h includes removed 2018-12-28 14:36:10 +02:00
source Prevent double attempt to connect mesh api 2019-01-30 15:08:11 +02:00
.gitignore Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
.mbedignore Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
LICENSE Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
apache-2.0.txt Get rid of FEATURE_NANOSTACK 2018-04-27 14:38:44 +03:00
mbed_lib.json Add nanostack support for KW41Z 2019-01-09 07:43:41 -06:00