Send LE Set Random Address and check response 67/199967/1
authorSeungyoun Ju <sy39.ju@samsung.com>
Thu, 25 Oct 2018 09:11:59 +0000 (18:11 +0900)
committerSeungyoun Ju <sy39.ju@samsung.com>
Mon, 18 Feb 2019 03:08:18 +0000 (12:08 +0900)
commit57a5bfd841e6e95d7591683faa99c69643570497
treef93992f332052b4c662756897e6a9f8dc68e6391
parented5b375cd2e3c7cabc9032267375d81b5bbb60f7
Send LE Set Random Address and check response

[Problem] HCI command Tx timeout happens.
[Cause & Measure] Vendor command is sent before Command complete event comes
 for LE Set Random Address. It causes bluetooth chip's malfunction.
 This commit fixs to check the response about LE Set Random Address. So
 that next vendor command is sent after LE Set Random Address is
 processed properly by chipset.
[Checking Method] Turn on Bluetooth > Start advertising

Change-Id: Ie757398be6d8ad71da1cc23b72ac132789df9e49
src/adapter_le_vsc_features.c