Skip to content

Commit

Permalink
Merge "FP2 init: Added a sleep 1 before initializing bt" into ubp-5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmm authored and Gerrit Code Review committed Feb 23, 2017
2 parents c92e33d + 2746cf9 commit a0d95c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootdir/system/etc/init_wlan_bt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ enable_bt () {
fi

#initialize bt device
/system/bin/hci_qcomm_init -e
/system/bin/hci_qcomm_init -e
sleep 1
echo 1 > /sys/module/hci_smd/parameters/hcismd_set


Expand Down

0 comments on commit a0d95c7

Please sign in to comment.