Change-Id: I8b2734688f0d96a350a4d18512e6df85b9671fc9
Signed-off-by: Deokhyun Kim <dukan.kim@samsung.com>
pkill --full bt-syspopup
pkill --full bluetooth-pb-agent
pkill --full bluetooth-map-agent
-pkill --full bluetooth-hfp-agent
+pkill --full bluetooth-hid-agent
pkill --full bluetooth-hf-agent
pkill --full bluetooth-ag-agent
pkill --full bluetoothd
PATH=/bin:/usr/bin:/sbin:/usr/sbin
RFKILL=/usr/sbin/rfkill
-GREP=/usr/bin/grep
-HFP_HF=hfp_hf
-echo "Check for bcm43012 device - TW2"
-if (${RFKILL} list | ${GREP} bcm43012); then
- echo "Solis TW2 device"
- HFP_AG=hfp_ag
-fi
-
-if [ $HFP_HF ]
-then
/usr/bin/bluetooth-hf-agent &
-fi
-
-if [ $HFP_AG ]
-then
/usr/bin/bluetooth-ag-agent &
-fi
+/usr/bin/bluetooth-hid-agent &
#
# Script for executing Bluetooth stack