Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 1b6fa141 authored by Venkata Jagadeesh Garaga's avatar Venkata Jagadeesh Garaga
Browse files

L2cap: Cancel Sm4 timeout after security complete

Issue:
stack rejecting incoming Profile connection if remote delayed
information responce

Steps:
Pre-condition:
===========
RD2 in paired list

1. Pair and connect RD1.
2. Initiate music streaming.
3. Power on RD2.

Actual Result:
DUT incoming profile connection with refused-PSM not supported to
incoming RD2 connection

Expected result:
Incoming connection from RD2 should be successful.

RootCause:
When DUT receives incoming connection from remote device, stack starts
Security manager timer.on security complete , stack restarts the timer
with channel connection timeout timer if information response received
from remote. But if any IOT remote takes more than 2 sec to give
information response , stack security timer expires and stack
rejecting incoming connection.

Stack should stop the security manager timeout after connection complete

Fix:
cancel Sm4 timeout after security complete

Test:
Verified with above steps

Bug: 161517455
Change-Id: Ib3de15d3b17f1e3eb832724e0bd9410fada45a46
parent 47c9e6d0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment