<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothL2CAPChannel/outgoingMTU",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:objc(cs)IOBluetoothL2CAPChannel(py)outgoingMTU"
  },
  "title" : "outgoingMTU"
}
-->

# outgoingMTU

Returns the current outgoing MTU for the L2CAP channel.

```
var outgoingMTU: BluetoothL2CAPMTU { get }
```

## Discussion

The outgoing MTU represents the maximum L2CAP packet size for packets being sent to the remote device.

## See Also

[`-  getOutgoingMTU`](/documentation/IOBluetooth/IOBluetoothL2CAPChannel/getOutgoingMTU)

Returns the current outgoing MTU for the L2CAP channel.



---

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)