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

# requestRemoteMTU(_:)

Initiates the process to reconfigure the L2CAP channel with a new outgoing MTU.

```
func requestRemoteMTU(_ remoteMTU: BluetoothL2CAPMTU) -> IOReturn
```

## Parameters

`remoteMTU`

The desired outgoing MTU.

## Return Value

Returns kIOReturnSuccess if the channel re-configure process was successfully initiated.

## Discussion

Currently, this API does not give an indication that the re-config process has completed. In the future additional API will be available to provide that information both synchronously and asynchronously.

---

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)