Crc8Bluetooth constructor

Crc8Bluetooth()

Implementation

Crc8Bluetooth()
    : super(
        8,
        0xa7,
        0x00,
        0x00,
        inputReflected: true,
        outputReflected: true);