MCPcopy Create free account
hub / github.com/dotintent/react-native-ble-plx / requestMTUForDevice

Method requestMTUForDevice

src/BleModule.js:373–373  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

371 * @private
372 */
373 requestMTUForDevice(deviceIdentifier: DeviceId, mtu: number, transactionId: TransactionId): Promise<NativeDevice>;
374
375 // Device management
376

Callers 9

startRequestMTUForDeviceFunction · 0.65
utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
startRequestMTUForDeviceFunction · 0.65
utils.tsFile · 0.65
BLEServiceInstanceClass · 0.65
requestMTUForDeviceMethod · 0.65
requestMTUMethod · 0.65
BleManager.jsFile · 0.65

Implementers 1

BlePlxModuleandroid/src/main/java/com/bleplx/BlePl

Calls

no outgoing calls

Tested by

no test coverage detected