OSDN Git Service

ClassicSecurityManagerTest: Fix handler sync
authorHansong Zhang <hsz@google.com>
Tue, 20 Aug 2019 22:36:44 +0000 (15:36 -0700)
committerHansong Zhang <hsz@google.com>
Tue, 20 Aug 2019 22:39:37 +0000 (22:39 +0000)
commitd93585db02e1c2a8ffc279c81c3bd48ce6a18a6c
tree8ec12949292af4c989a1691b16fa5fd370be8a33
parent48070af40b05c1e9ea9106bb3d89c3f9e7a4b14b
ClassicSecurityManagerTest: Fix handler sync

We should sync handler in ClassicSecurityManager, because outgoing
commands are sent to this handler, and we don't post to handler in
HciModule.

Bug: 139750178
Test: run bluetooth_test_gd for 100 times
Change-Id: I4c2d817391c94602cc9f6e386bda53ee9194501d
gd/hci/classic_security_manager_test.cc