Remove rfcomm_security_records map, store records in tBTA_JV_PCB instead.
The map is globally keyed by SCN, which causes issues when SCNs are reused (server vs client, or different device connections). tBTA_JV_PCBs are distinct for every (port, device, server/client) tuple, and so fit this use-case. Tag: #stability Bug: 230553684 Test: Manual (see bug) Change-Id: Iae24f07fd5d19f66126abfe61052fab96d1b1bdf
Loading
Please register or sign in to comment