toPacket converts the BleData to a raw message following this structure: MAC_ADDRESS:MODEL
String toPacket() { return '${macAddress.replaceAll(':', '').toUpperCase()}:$model'; }