OSDN Git Service

Fix CTS Verifier test for insecure RFCOMM connection.
authorSharvil Nanavati <sharvil@google.com>
Fri, 31 Jul 2015 21:22:08 +0000 (14:22 -0700)
committerSharvil Nanavati <sharvil@google.com>
Fri, 31 Jul 2015 21:22:08 +0000 (14:22 -0700)
commit9de273d9fb99b9f612b8acd50e09225f60444363
tree11466bea2c034e246a9c3f07ccaa60dc155a3717
parentefa5991fc7dc3b9b74b73966a4bf5cd5aad9f06a
Fix CTS Verifier test for insecure RFCOMM connection.

Closing an RFCOMM server socket does not remove the corresponding
service record from the security database. However, the RFCOMM
channel becomes free for reuse. The next RFCOMM server socket will
therefore "inherit" the service record for the closed one if it
happens to reuse the same channel.

Bug: 22880207
Change-Id: Ida3fee49e5f40667d9992dc4c4442f9289adae9e
bta/jv/bta_jv_act.c