<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothHandsFreeCallStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:@IOBluetoothHandsFreeCallStatus"
  },
  "title" : "IOBluetoothHandsFreeCallStatus"
}
-->

# IOBluetoothHandsFreeCallStatus

The current state of the call.

```
let IOBluetoothHandsFreeCallStatus: String
```

## Discussion

The string contains a single digit with one of the following values:

- `“0”`: An active call.
- `“1”`: An active call that’s on hold.
- `“2”`: An outgoing call that’s dialing.
- `“3”`: An outgoing call that’s alerting the receiver.
- `“4”`: An incoming call.
- `“5”`: A call that’s waiting.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)