From 67237391090461a805a444bd07e22a82b8885cf5 Mon Sep 17 00:00:00 2001 From: "Keith F. Kelly" Date: Mon, 16 Dec 2024 17:59:09 -0800 Subject: [PATCH 1/2] REFACTOR: rename script --- bluetooth_forget_all_pairings.sh => bluetooth_renew.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bluetooth_forget_all_pairings.sh => bluetooth_renew.sh (100%) diff --git a/bluetooth_forget_all_pairings.sh b/bluetooth_renew.sh similarity index 100% rename from bluetooth_forget_all_pairings.sh rename to bluetooth_renew.sh From 6b53c7b47fcbad184984fd72119b2a46809ac3f2 Mon Sep 17 00:00:00 2001 From: "Keith F. Kelly" Date: Mon, 16 Dec 2024 18:01:34 -0800 Subject: [PATCH 2/2] FEATURE: Add script to restart bluetooth --- bluetooth_restart.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bluetooth_restart.sh diff --git a/bluetooth_restart.sh b/bluetooth_restart.sh new file mode 100644 index 0000000..2d96416 --- /dev/null +++ b/bluetooth_restart.sh @@ -0,0 +1,2 @@ +#!/bin/sh +/etc/init.d/S45bluetooth restart