---
title: bluetoothAlert
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/backgroundtask/bluetoothalert
---

# bluetoothAlert

A background task used to receive critical alerts from paired bluetooth accessories.

## Declaration

```swift
static var bluetoothAlert: BackgroundTask<Void, Void> { get }
```

## See Also

### Receiving connectivity updates

- [watchConnectivity](swiftui/backgroundtask/watchconnectivity.md)
