From 22fe57474d788a7bc26b25430e74630cc75ab870 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Tue, 24 Dec 2019 08:39:54 +0900 Subject: [PATCH] Kill ag-agent and hid-agent in the common profile Change-Id: Ibfb8303aef8cbe68619846e1cba26c89a9c685e7 Signed-off-by: DoHyun Pyun --- scripts/etc/bt-stack-down.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/etc/bt-stack-down.sh b/scripts/etc/bt-stack-down.sh index e476281..803c97d 100644 --- a/scripts/etc/bt-stack-down.sh +++ b/scripts/etc/bt-stack-down.sh @@ -11,13 +11,15 @@ PGREP=/usr/bin/pgrep # Kill BlueZ bluetooth stack -pkill --full obexd -pkill --full obexd-client pkill --full bt-syspopup pkill --full bluetooth-pb-agent pkill --full bluetooth-map-agent pkill --full bluetooth-hfp-agent +pkill --full bluetooth-ag-agent +pkill --full bluetooth-hid-agent pkill --full bluetoothd +pkill --full obexd +pkill --full obexd-client # result exit 0 -- 2.7.4