# Bluetooth

> Allows your application to communicate with Bluetooth devices paired with the device.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
Bluetooth = 22
```

### Remarks

To communicate with the Bluetooth devices, the application can use either the Get Attribute (GAAT) or Classic Basic Rate (RFCOMM) protocols.
