From b107ed2e5b65a5ec59dac45f31766eff4f31a2e2 Mon Sep 17 00:00:00 2001 From: CGDogan <126820728+CGDogan@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:53:39 +0000 Subject: [PATCH] Refer to the function for get bluetooth state --- Bluesnooze/Bluesnooze-Bridging-Header.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Bluesnooze/Bluesnooze-Bridging-Header.h b/Bluesnooze/Bluesnooze-Bridging-Header.h index aa5af92..08ebff0 100644 --- a/Bluesnooze/Bluesnooze-Bridging-Header.h +++ b/Bluesnooze/Bluesnooze-Bridging-Header.h @@ -2,4 +2,5 @@ // Use this file to import your target's public headers that you would like to expose to Swift. // +_Bool IOBluetoothPreferenceGetControllerPowerState(); void IOBluetoothPreferenceSetControllerPowerState(int);