* Request new MTU value for this device. This function currently is not doing anything * on iOS platform as MTU exchange is done automatically. Since Android 14, * mtu management has been changed, more information can be found at the link: * https://developer.android.com/about/versions/14/b
(deviceIdentifier: DeviceId, mtu: number, transactionId: TransactionId)
| 371 | * @private |
| 372 | */ |
| 373 | requestMTUForDevice(deviceIdentifier: DeviceId, mtu: number, transactionId: TransactionId): Promise<NativeDevice>; |
| 374 | |
| 375 | // Device management |
| 376 |
no outgoing calls
no test coverage detected