Commit f5298e61 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Remove dynamic configuration of active listen modes.

When removing active listen modes, the original listen
mode configuration is stored. If there is no new LLCP
activation within a configured time interval (currently
5s), the listen mode configuration is restored to the
old value.

The configuration that is restored is by then not
necessarily the correct configuration anymore. In
particular, this may disturb eSE access which disables
discovery completely.

Disable this at least temporarily to verify that this
is causing crashes on Manta.

Bug: 8775164
Change-Id: I926535a73466c857f7a0f2cac912b5ab1f8c38e1
parent d2e38f8f
......@@ -433,12 +433,6 @@ void llcp_link_deactivate (UINT8 reason)
else /* for link timeout and interface error */
{
/* if got RF link loss receiving no LLC PDU from peer */
if ( (reason == LLCP_LINK_RF_LINK_LOSS_ERR)
&&(!(llcp_cb.lcb.flags & LLCP_LINK_FLAGS_RX_ANY_LLC_PDU)))
{
reason = LLCP_LINK_RF_LINK_LOSS_NO_RX_LLC;
}
NFC_FlushData (NFC_RF_CONN_ID);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment