From db27731612a73bfe84960c7ad03d06b0b68d94ff Mon Sep 17 00:00:00 2001 From: Hyuk Lee Date: Fri, 4 Mar 2016 15:03:55 +0900 Subject: [PATCH] Add the kill process of ag-agent in stack down Change-Id: Id0d8f16c1dfb8b899d74bc3437004f1cad7fca3d Signed-off-by: Hyuk Lee --- scripts/mobile/bt-stack-down.sh | 1 + scripts/wearable/bt-stack-down.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/mobile/bt-stack-down.sh b/scripts/mobile/bt-stack-down.sh index ca69555..ae694ec 100755 --- a/scripts/mobile/bt-stack-down.sh +++ b/scripts/mobile/bt-stack-down.sh @@ -13,6 +13,7 @@ killall bt-syspopup killall bluetooth-pb-agent killall bluetooth-map-agent killall bluetooth-hfp-agent +killall bluetooth-ag-agent killall bluetoothd # result diff --git a/scripts/wearable/bt-stack-down.sh b/scripts/wearable/bt-stack-down.sh index 0875c00..c2c1fe7 100755 --- a/scripts/wearable/bt-stack-down.sh +++ b/scripts/wearable/bt-stack-down.sh @@ -13,6 +13,7 @@ killall bluetooth-pb-agent killall bluetooth-map-agent killall bluetooth-hfp-agent killall bluetooth-hf-agent +killall bluetooth-ag-agent killall bluetoothd # result -- 2.7.4