callback_function_mapper library

Functions

onAdvertiseStartSuccess(dynamic onAdvertiseStartSuccess(BleAdvertisementSettings? settingsInEffect)) → dynamic Function(Map<Object?, Object?>?)
onCharacteristicReadRequest(dynamic onCharacteristicReadRequest(BleDevice? device, int requestId, int offset, BleGattCharacteristic? characteristic)) → dynamic Function(Map<Object?, Object?>?, int, int, Map<Object?, Object?>?)
onCharacteristicWriteRequest(dynamic onCharacteristicWriteRequest(BleDevice? device, int requestId, BleGattCharacteristic? characteristic, bool preparedWrite, bool responseNeeded, int offset, Uint8List? value)) → dynamic Function(Map<Object?, Object?>?, int, Map<Object?, Object?>?, bool, bool, int, Uint8List?)
onConnectionStateChanged(dynamic onConnectionStateChanged(BleDevice? device, int status, int newState)) → dynamic Function(Map<Object?, Object?>?, int, int)
onDescriptorReadRequest(dynamic onDescriptorReadRequest(BleDevice? device, int requestId, int offset, BleGattDescriptor? descriptor)) → dynamic Function(Map<Object?, Object?>?, int, int, Map<Object?, Object?>?)
onDescriptorWriteRequest(dynamic onDescriptorWriteRequest(BleDevice? device, int requestId, BleGattDescriptor? descriptor, bool preparedWrite, bool responseNeeded, int offset, Uint8List? value)) → dynamic Function(Map<Object?, Object?>?, int, Map<Object?, Object?>?, bool, bool, int, Uint8List?)
onExecuteWrite(dynamic onExecuteWrite(BleDevice? device, int requestId, bool execute)) → dynamic Function(Map<Object?, Object?>?, int, bool)
onMtuChanged(dynamic onMtuChanged(BleDevice? device, int mtu)) → dynamic Function(Map<Object?, Object?>?, int)
onNotificationSent(dynamic onNotificationSent(BleDevice? device, int status)) → dynamic Function(Map<Object?, Object?>?, int)