Bangs

Possible Bangs that can be used

UpdateBluetoothStatus

Manually updates the status of the Bluetooth adapter. The status can be retrieved with [&BluetoothMeasure:BluetoothStatus()].

Example Bang
[!CommandMeasure "BluetoothMeasure" "UpdateBluetoothStatus"]

DisableBluetooth

Disables the Bluetooth adapter.

Example Bang
[!CommandMeasure "BluetoothMeasure" "DisableBluetooth"]

EnableBluetooth

Enables the Bluetooth adapter.

Example Bang
[!CommandMeasure "BluetoothMeasure" "EnableBluetooth"]

ToggleBluetooth

Toggles the Bluetooth adapter.

Example Bang
[!CommandMeasure "BluetoothMeasure" "ToggleBluetooth"]

UpdateDevices

Manually starts the update of devices that are stored inside the plugin. They can be retrieved with [&BluetoothMeasure:AvailableDevices()].

Example Bang
[!CommandMeasure "BluetoothMeasure" "UpdateDevices"]

Last updated

Was this helpful?