+10
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
When channel is connected we queue an rx buffer to be ready to receive
data from SP.
Also after each data received, we queue the next rx buffer.
When a channel is closed, or upon SSR, we get rx-abort notification.
However, a quick re-open after close, might get the rx-abort-notify
after a channel was opened, so we need to ignore it.
New rx buffer can be queued only after the channel is connected,
so ignore old rx-abort by checking if connected.
Change-Id: Ia61fd9a537bd72de983c2d3ff480e5c7eb14d65f
Signed-off-by:
Amir Samuelov <amirs@codeaurora.org>