<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothHandsFreeDeviceDelegate/handsFree(_:incomingSMS:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:objc(pl)IOBluetoothHandsFreeDeviceDelegate(im)handsFree:incomingSMS:"
  },
  "title" : "handsFree(_:incomingSMS:)"
}
-->

# handsFree(_:incomingSMS:)

Tells the delegate there’s an incoming text message.

```
optional func handsFree(_ device: IOBluetoothHandsFreeDevice!, incomingSMS sms: [AnyHashable : Any]!)
```

## Parameters

`device`

The connected Bluetooth hands-free phone or headset.

`sms`

A dictionary containing the incoming SMS message. For dictionary keys, see [SMS Dictionary Key Constants](/documentation/IOBluetooth/sms-dictionary-key-constants).

## Discussion

---

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)