OPP: Fix SDP event receive issue.

Usecase:
1. DUT paired with another phone
2. select about 20 pictures, and send it over Bluetooth
3. select paired device

Observed Results:
Bluetooth didn't create connection with another phone.

Rootcause:
OPP trafser not received ACTION_SDP event
after completion of SDP.

Fix:
In Some rare cases before register  SDP event receiving ACTION_SDP event from
sdp manager. so, register SDP event before start SDP search
to avoid this race condition issue.

CRs-Fixed: 2518530
Change-Id: Ibe867cf55f4176fa540acfe723aa776ec752f055
1 file changed