Network.SetBlueToothMode
Method | |
---|---|
Module | Network |
Library | Core |
Action | Turn Bluetooth on or off. |
Parameters |
|
Return values |
|
Example | Network.SetBlueToothMode(Setting:"on"); Network.SetBlueToothMode(Setting:"off"); |
Platforms |
|
Notes | Be careful of the case of the method name. Ideally this should be "SetBluetoothMode" because the technology is "Bluetooth" not "BlueTooth". See Network.SetWiFiMode and Network.SetAirplaneMode for details on turning those features on or off separately. |