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

# incomingMTU

Returns the current incoming MTU for the L2CAP channel.

```
var incomingMTU: BluetoothL2CAPMTU { get }
```

## Discussion

The incoming MTU represents the maximum L2CAP packet size for packets being sent by the remote device.

## See Also

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

Returns the current incoming 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)