API for Bluetooth status?

Hi,

In ConnectIQ SDK, is there an API that tells if Bluetooth is enabled or disabled on the watch? (status from the settings)
I would like to display this on a Watch Face.

There is [FONT=Courier New]Toybox :: System :: DeviceSettings.phoneConnected()[/FONT], to see if the phone is connected.
When true, this tells me that the Bluetooth is enabled and a phone is connected.
However, if this is false, this does not tell me if bluetooth is disabled or if the phone is not reachable.

Thanks!