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

Skip to content
Commit 59660ee5 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Connection management: keep one less copy of accept list

Currently, shim layer keeps track of devices added/removed to accept
list and completed connections.
All this is used for logging, and rejecting connect request if accept
list is full.

Controller accept list size on modern devices is 128, so this should
never be reached. To be safe, this logic can be maintained in
connection_manager.cc, where we alread keep track of accept list
devices.

connection_manager.cc puts into dumpsys information on all devices
attempting connection, including wether they are in accept list, and
what clients attempt conneciton.

Therefore, this tracking of accept list becomes redundant and can be
removed.

Test: mma -j32
Bug: 372202918
Flag: EXEMPT, <reason>
Change-Id: I02a56327714a5ed4eaa5219da28160f1095181d8
parent faba66e4
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