From a00f92fdb6062af011d98ba8af6ddf0713fa7b3e Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 15 Dec 2025 14:51:21 +0100 Subject: initial commit --- btoff.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 btoff.sh (limited to 'btoff.sh') diff --git a/btoff.sh b/btoff.sh new file mode 100755 index 0000000..77bd9aa --- /dev/null +++ b/btoff.sh @@ -0,0 +1,9 @@ +#!/bin/sh +MAC="BC:87:FA:A1:15:33" + +# Disconnect the device +bluetoothctl disconnect "$MAC" + +# Optionally power off bluetooth when not needed +bluetoothctl power off + -- cgit v1.3