Bangs
Possible Bangs that can be used
UpdateBluetoothStatus
Manually updates the status of the Bluetooth adapter. The status can be retrieved with [&BluetoothMeasure:BluetoothStatus()].
Available if the Role is set to 1
or 0
.
[!CommandMeasure "BluetoothMeasure" "UpdateBluetoothStatus"]
DisableBluetooth
Disables the Bluetooth adapter.
Available if the Role is set to 1
or 0
.
[!CommandMeasure "BluetoothMeasure" "DisableBluetooth"]
EnableBluetooth
Enables the Bluetooth adapter.
Available if the Role is set to 1
or 0
.
[!CommandMeasure "BluetoothMeasure" "EnableBluetooth"]
ToggleBluetooth
Toggles the Bluetooth adapter.
Available if the Role is set to 1
or 0
.
[!CommandMeasure "BluetoothMeasure" "ToggleBluetooth"]
UpdateDevices
Manually starts the update of devices that are stored inside the plugin. They can be retrieved with [&BluetoothMeasure:AvailableDevices()].
Available if the Role is set to 2
or 0
.
[!CommandMeasure "BluetoothMeasure" "UpdateDevices"]
Last updated
Was this helpful?