OSDN Git Service

Cleanup L2CAP socket properly on close
authorSrinu Jella <sjella@codeaurora.org>
Mon, 21 Sep 2015 06:30:48 +0000 (12:00 +0530)
committerAndre Eisenbach <eisenbach@google.com>
Fri, 4 Mar 2016 19:07:59 +0000 (11:07 -0800)
commit91230965304bc323a96ced0527d560aacb606415
tree7346d56965025e7459b9ea9c644db0c31bb4a4a8
parent9412bbaea51f577d903e060b8c8214fbd28b0b4f
Cleanup L2CAP socket properly on close

Use case:
1. Sometimes pairing pop up occurs during Android beam
   transfer though it is not required.
2. No OPP Tx request over OBEX if we cancel during file transfer.

Precondition
1. WIFI ON and conneted with AP.

Steps:
1. Pair and connect from DUT to remote.
2. Go to gallery and send a file.
3. Accept same file and stop it from remote during transfer.
4. Repeat step 2-4 10 times.

Failure:
OPP Tx should not fail.

Root cause:
Close request was not properly handled from BT-IF layer.

Fix:
1. Handled the close request properly from BT-IF layer
   to close the socket variables and instruct the BTA layer
   close from there as well.
2. Clean up L2CAP socket properly on closure to free
   the entry registered with security manager to avoid
   leak in security manager records.

Change-Id: I4f5d6ac92317bcaee5f9285ba71d13eea84c737c
bta/jv/bta_jv_act.c
btif/src/btif_sock_l2cap.c