pub fn is_enabled() -> Result<bool, Error>
Return true if Bluetooth is currently enabled and ready for use. It may return an error of std::io::ErrorKind::PermissionDenied, or some other error.
std::io::ErrorKind::PermissionDenied